Skip to content

Commit 050b784

Browse files
authored
laravel 12 take 2
1 parent 8367f1f commit 050b784

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.1, 8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*, 12.*]
12+
php: [8.2, 8.3, 8.4]
13+
laravel: [11.*, 12.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 12.*
1717
testbench: 10.*
1818
- laravel: 11.*
1919
testbench: 9.*
20-
- laravel: 10.*
21-
testbench: 8.*
22-
exclude:
23-
# excludes laravel 11 on php 8.1
24-
- php: 8.1
25-
laravel: [11.*, 12.*]
26-
- php: 8.2
27-
laravel: 12.*
20+
# exclude:
21+
# # excludes laravel 11 on php 8.1
22+
# - php: 8.1
23+
# laravel: [11.*, 12.*]
24+
# - php: 8.2
25+
# laravel: 12.*
2826

2927
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3028

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
3737
"mockery/mockery": "^1.4 || ^1.6",
3838
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
39-
"phpunit/phpunit": "^9.0 || ^10.1",
39+
"phpunit/phpunit": "^9.0 || ^10.1 || ^11.0",
4040
"predis/predis": "^1.1|^2.0"
4141
},
4242
"suggest": {

0 commit comments

Comments
 (0)