Skip to content

Commit 84de83b

Browse files
authored
deps: Support v6 of the SDK (#16)
1 parent a01778f commit 84de83b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ workflows:
1414
- linux-test:
1515
name: PHP 8.0
1616
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+
- linux-test:
23+
name: PHP 8.2
24+
docker-image: cimg/php:8.2
1725
shared-tests: dev-main
1826

1927
jobs:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.3",
24-
"launchdarkly/server-sdk": ">=4.0.0 <6.0.0"
24+
"launchdarkly/server-sdk": ">=4.0.0 <7.0.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9"

0 commit comments

Comments
 (0)