Skip to content

Commit ec01de8

Browse files
authored
Update PHP versions in GitHub Actions workflow
1 parent 431b614 commit ec01de8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
php: ["8.1", "8.2", "8.3", "8.4", "8.5"]
21+
php: ["8.2", "8.3", "8.4", "8.5"]
2222
stability: [prefer-lowest, prefer-stable]
2323

2424
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -55,3 +55,4 @@ jobs:
5555

5656

5757

58+

0 commit comments

Comments
 (0)