Skip to content

Commit 081fd98

Browse files
committed
Remove untested PHP versions
1 parent 0b8a25c commit 081fd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-version: ['7.4', '8.0', '8.1', '8.2']
37+
php-version: ['7.4', '8.0']
3838

3939
steps:
4040
- name: 'Checkout code'

0 commit comments

Comments
 (0)