Skip to content

Commit 89101eb

Browse files
committed
test: add PHP 8.2, 8.3 & 8.4
1 parent 94cb77b commit 89101eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['8.0', '8.1']
13+
php-version: ['8.0', '8.1', '8.2', '8.3']
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- php-version: '8.2'
16+
- php-version: '8.4'
1717
flags: "--ignore-platform-req=php"
1818
stability: prefer-stable
1919

0 commit comments

Comments
 (0)