Skip to content

Commit 2e27a1c

Browse files
authored
Merge pull request #8 from arnebr/fix/test-actions
allow php8 for laravel8/9
2 parents f709d81 + 58bfd6f commit 2e27a1c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.1, 8.0]
17-
laravel: [10.*, 9.*, 8.*]
17+
laravel: [10.*, 9.*]
1818
stability: [prefer-stable]
1919
exclude:
2020
- laravel: 10.*
@@ -24,8 +24,6 @@ jobs:
2424
testbench: 8.*
2525
- laravel: 9.*
2626
testbench: 7.*
27-
- laravel: 8.*
28-
testbench: ^6.23
2927

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.0||^8.1",
2020
"carbon-cli/carbon-cli": "^1.2",
2121
"guzzlehttp/guzzle": "^7.5",
2222
"illuminate/contracts": "^9.0||^10.0",

0 commit comments

Comments
 (0)