Skip to content

Commit 11aad4a

Browse files
authoredMar 6, 2023
Updated supported PHP versions
1 parent 92988a1 commit 11aad4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.0, 7.4]
12+
php: [8.2, 8.1, 8.0]
1313
dependency-version: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.