We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01778f commit 84de83bCopy full SHA for 84de83b
.circleci/config.yml
@@ -14,6 +14,14 @@ workflows:
14
- linux-test:
15
name: PHP 8.0
16
docker-image: cimg/php:8.0
17
+ shared-tests: 5.x-dev
18
+ - linux-test:
19
+ name: PHP 8.1
20
+ docker-image: cimg/php:8.1
21
+ shared-tests: dev-main
22
23
+ name: PHP 8.2
24
+ docker-image: cimg/php:8.2
25
shared-tests: dev-main
26
27
jobs:
composer.json
@@ -21,7 +21,7 @@
],
"require": {
"php": ">=7.3",
- "launchdarkly/server-sdk": ">=4.0.0 <6.0.0"
+ "launchdarkly/server-sdk": ">=4.0.0 <7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
0 commit comments