Skip to content

Commit b491768

Browse files
committed
wip
1 parent fe4e9e0 commit b491768

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [7.3, 7.4, 8.0, 8.1]
13-
laravel: [9.*, 8.*]
12+
php: [8.0, 8.1]
13+
laravel: [9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*
1717
testbench: 7.*
18-
- laravel: 8.*
19-
testbench: ^6.23
20-
exclude:
21-
- laravel: 9.*
22-
php: 7.4
23-
- laravel: 9.*
24-
php: 7.3
2518
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2619

2720
steps:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
}
2222
],
2323
"require": {
24-
"php" : "^7.3|^8.0",
24+
"php" : "^8.0",
2525
"illuminate/contracts": "^9.0",
26-
"illuminate/support": "^8.0|^9.0",
26+
"illuminate/support": "^9.0",
2727
"spatie/fractalistic": "^2.5"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^6.23|^7.0",
30+
"orchestra/testbench": "^7.0",
3131
"ext-json": "*"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)