Skip to content

Commit 4aa98ec

Browse files
committed
Fixing CI, drop Laravel 10 support, added PHP 8.4
1 parent 1295444 commit 4aa98ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2, 8.1]
12-
laravel: [11.*, 10.*]
11+
php: [8.4, 8.3, 8.2]
12+
laravel: [11.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 11.*
1616
testbench: 9.*
17-
- laravel: 10.*
18-
testbench: 8.*
19-
exclude:
20-
- laravel: 11.*
21-
php: 8.1
17+
# - laravel: 10.*
18+
# testbench: 8.*
19+
# exclude:
20+
# - laravel: 11.*
21+
# php: 8.1
2222

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

0 commit comments

Comments
 (0)