Skip to content

Commit 6d581b6

Browse files
committed
Leave off 8.2 for now to get tests green
1 parent 58785c5 commit 6d581b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/php.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-version: ['7.4', '8.0', '8.1', '8.2']
17+
php-version:
18+
- '7.4'
19+
- '8.0'
20+
- '8.1'
21+
# - '8.2'
1822

1923
steps:
2024
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)