Skip to content

Commit 14db933

Browse files
committed
fix: remove PHP 8.1 from workflow matrix to align with project requirements
1 parent ed55cb0 commit 14db933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
php: [8.1, 8.2, 8.3]
17+
php: [8.2, 8.3]
1818
stability: [prefer-lowest, prefer-stable]
1919

2020
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)