Skip to content

Commit 45a4af9

Browse files
committed
wip
1 parent 6f4764c commit 45a4af9

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/run-tests-L8.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,18 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.1, 8.0, 7.4, 7.3]
13-
laravel: [8.*]
13+
laravel: [9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 9.*
17+
testbench: 7.*
1618
- laravel: 8.*
1719
testbench: 6.23
20+
exclude:
21+
- laravel: 9.*
22+
php: 7.4
23+
- laravel: 9.*
24+
php: 7.3
1825

1926
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2027

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
],
2424
"require": {
2525
"php" : "^7.3|^8.0|^8.1",
26-
"illuminate/auth": "^7.0|^8.0",
27-
"illuminate/container": "^7.0|^8.0",
28-
"illuminate/contracts": "^7.0|^8.0",
29-
"illuminate/database": "^7.0|^8.0"
26+
"illuminate/auth": "^7.0|^8.0|^9.0",
27+
"illuminate/container": "^7.0|^8.0|^9.0",
28+
"illuminate/contracts": "^7.0|^8.0|^9.0",
29+
"illuminate/database": "^7.0|^8.0|^9.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^5.0|^6.0",
32+
"orchestra/testbench": "^5.0|^6.0|^7.0",
3333
"phpunit/phpunit": "^9.4",
3434
"predis/predis": "^1.1"
3535
},

0 commit comments

Comments
 (0)