Skip to content

Commit 7136f10

Browse files
committed
Remove PHP 8.3 frm Github workflow run-tests
1 parent 5188b2d commit 7136f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ ubuntu-latest ]
20-
php: [ 8.3, 8.4 ]
20+
php: [ 8.4 ]
2121

2222
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2323

0 commit comments

Comments
 (0)