Skip to content

Commit b8d46cf

Browse files
committed
Extend testing matrix
Include PHP 8.2-8.4
1 parent 5ec603d commit b8d46cf

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
@@ -104,7 +104,7 @@ jobs:
104104
continue-on-error: ${{matrix.php == '8.0'}}
105105
strategy:
106106
matrix:
107-
php: ['7.4', '8.0', '8.1']
107+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
108108
deps: ['high', 'low', 'stable']
109109
fail-fast: false
110110
steps:

0 commit comments

Comments
 (0)