Skip to content

Commit b8d539a

Browse files
authored
add CI job for PHP 8.0 (#69)
1 parent 1095977 commit b8d539a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ workflows:
99
- test-with-preinstalled-php:
1010
name: PHP 7.4
1111
docker-image: cimg/php:7.4
12-
# we currently dont support php 8.0.x due to a bug in php 8 with guzzle,
13-
# this bug is reolved in 8.1-alpha and later
14-
#- test-with-preinstalled-php:
15-
# name: PHP 8.0
16-
# docker-image: cimg/php:8.1
12+
- test-with-preinstalled-php:
13+
name: PHP 8.0
14+
docker-image: cimg/php:8.0
1715

1816
jobs:
1917
test-with-preinstalled-php:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
## Supported PHP versions
1212

13-
This version of the LaunchDarkly SDK is compatible with PHP 5.5 and higher.
13+
This version of the LaunchDarkly SDK is compatible with PHP 7.3 and higher.
1414

1515
## Getting started
1616

17-
Refer to the [SDK reference guide](https://docs.launchdarkly.com/docs/php-sdk-reference) for instructions on getting started with using the SDK.
17+
Refer to the [SDK reference guide](https://docs.launchdarkly.com/sdk/server-side/php) for instructions on getting started with using the SDK.
1818

1919
## Learn more
2020

21-
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](http://docs.launchdarkly.com/docs/php-sdk-reference).
21+
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/php).
2222

2323
The authoritative description of all types, properties, and methods is in the [generated API documentation](http://launchdarkly.github.io/php-server-sdk/).
2424

0 commit comments

Comments
 (0)