Skip to content

Commit

Permalink
Merge pull request #8 from arnebr/fix/test-actions
Browse files Browse the repository at this point in the history
allow php8 for laravel8/9
  • Loading branch information
arnebr authored Feb 20, 2023
2 parents f709d81 + 58bfd6f commit 2e27a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
laravel: [10.*, 9.*, 8.*]
laravel: [10.*, 9.*]
stability: [prefer-stable]
exclude:
- laravel: 10.*
Expand All @@ -24,8 +24,6 @@ jobs:
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.0||^8.1",
"carbon-cli/carbon-cli": "^1.2",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^9.0||^10.0",
Expand Down

0 comments on commit 2e27a1c

Please sign in to comment.