Skip to content

Commit

Permalink
fix(MPM-503): bump circle ci orb version (#13)
Browse files Browse the repository at this point in the history
* fix(MPM-503): bump circle ci orb version

* fix(MPM-503): invalidate cached dependencies

* fix(MPM-503): invalidate cached docker layers

* fix(MPM-503): use correct circle ci badge

* fix(MPM-503): revert composer.json change

* fix(MPM-503): test

* fix(MPM-503): test

* fix(MPM-503): remove additionalCacheKey parameter and test new orb version

* fix(MPM-503): add back orb ci-caching dependency

* fix(MPM-503): update orb dependency for testing

* fix(MPM-503): update orb dependency for testing

* fix(MPM-503): update orb dependency to newest major
  • Loading branch information
healerz authored Nov 11, 2021
1 parent 0bd1f3c commit 0e752d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
ci-caching: jobcloud/ci-caching@0.12
ci-php: jobcloud/ci-php@0.29
ci-caching: jobcloud/ci-caching@3.0
ci-php: jobcloud/ci-php@2.0

workflows:
php-kafka-schema-registry-client:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CircleCI](https://circleci.com/gh/jobcloud/php-kafka-schema-registry-client/tree/master.svg?style=svg)](https://circleci.com/gh/jobcloud/php-kafka-schema-registry-client/tree/master)
[![CircleCI](https://circleci.com/gh/jobcloud/php-kafka-schema-registry-client/tree/main.svg?style=svg)](https://circleci.com/gh/jobcloud/php-kafka-schema-registry-client/tree/main)

# Kafka Schema Registry API Client

Expand Down

0 comments on commit 0e752d0

Please sign in to comment.