Skip to content

Commit 5089e6c

Browse files
Test against PHP 8.2
1 parent 827d211 commit 5089e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- 7.4
9393
- 8.0
9494
- 8.1
95+
- 8.2
9596

9697
dependencies:
9798
- lowest
@@ -232,6 +233,8 @@ jobs:
232233
include:
233234
- php-version: "8.1"
234235
experimental: true
236+
- php-version: "8.2"
237+
experimental: true
235238

236239
continue-on-error: ${{ matrix.experimental }}
237240

0 commit comments

Comments
 (0)