Skip to content

Commit 129a89f

Browse files
authored
Test PHP 8.1 (#41)
1 parent b9dbd99 commit 129a89f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ executors:
1515
docker:
1616
- image: php:8.0-alpine
1717
resource_class: small
18+
php81:
19+
docker:
20+
- image: php:8.1-alpine
21+
resource_class: small
1822

1923
jobs:
2024
test_coverage:
@@ -59,4 +63,5 @@ workflows:
5963
parameters:
6064
executor:
6165
- php80
66+
- php81
6267
pre-steps: [ composer/install_bin ]

0 commit comments

Comments
 (0)