Skip to content

Commit 83f6945

Browse files
committed
add PHP 8.2 to CI config
1 parent 84af5a1 commit 83f6945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.2', '7.4', '8.0', '8.1']
17+
php-version: ['7.2', '7.4', '8.0', '8.1', '8.2']
1818
prefer-lowest: ['']
1919
include:
2020
- php-version: '7.2'

0 commit comments

Comments
 (0)