Skip to content

Commit 0e752d0

Browse files
authored
fix(MPM-503): bump circle ci orb version (#13)
* 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
1 parent 0bd1f3c commit 0e752d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2.1
22

33
orbs:
4-
ci-caching: jobcloud/ci-caching@0.12
5-
ci-php: jobcloud/ci-php@0.29
4+
ci-caching: jobcloud/ci-caching@3.0
5+
ci-php: jobcloud/ci-php@2.0
66

77
workflows:
88
php-kafka-schema-registry-client:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
# Kafka Schema Registry API Client
44

0 commit comments

Comments
 (0)