Skip to content

Commit 975b13c

Browse files
author
Mehmet Faruk Demirkoparan
committed
- laravel 12 upgrade
1 parent 019094c commit 975b13c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [ 8.4,8.3, 8.2 ]
21-
laravel: [ 12.*,11.*]
21+
laravel: [ 12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*
2525
testbench: 10.*
2626
carbon: ^3
27-
- laravel: 11.*
28-
testbench: 9.*
29-
carbon: ^2.63
27+
3028

3129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230

.github/workflows/run-tests2.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [ 8.4,8.3, 8.2 ]
21-
laravel: [ 12.*,11.*]
21+
laravel: [ 12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*
2525
testbench: 10.*
2626
carbon: ^3
27-
- laravel: 11.*
28-
testbench: 9.*
29-
carbon: ^2.63
27+
3028

3129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230

0 commit comments

Comments
 (0)