Skip to content

Commit d827ec2

Browse files
committed
wip
1 parent ef9ee5d commit d827ec2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*]
16+
php: [8.1, 8.0]
17+
laravel: [9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 8.*
21-
testbench: ^6.23
2220
- laravel: 9.*
2321
testbench: 7.*
22+
- laravel: 8.*
23+
testbench: ^6.23
2424

2525
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2626

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
19+
"php": "^8.0|^8.1",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^8.73|^9.0"
21+
"illuminate/contracts": "^8.0|^9.0"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^5.10",
2525
"nunomaduro/larastan": "^1.0",
26-
"orchestra/testbench": "^6.22|^7.0",
26+
"orchestra/testbench": "^6.23|^7.0",
2727
"pestphp/pest": "^1.21",
2828
"pestphp/pest-plugin-laravel": "^1.1",
2929
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)