Skip to content

Commit a48caf3

Browse files
authored
Test PHP 8.2
1 parent 12da0bd commit a48caf3

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
@@ -19,6 +19,10 @@ executors:
1919
docker:
2020
- image: php:8.1-alpine
2121
resource_class: small
22+
php82:
23+
docker:
24+
- image: php:8.2-alpine
25+
resource_class: small
2226

2327
jobs:
2428
test_coverage:
@@ -64,4 +68,5 @@ workflows:
6468
executor:
6569
- php80
6670
- php81
71+
- php82
6772
pre-steps: [ composer/install_bin ]

0 commit comments

Comments
 (0)