Skip to content

Commit

Permalink
Update support for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Feb 8, 2024
1 parent 355d80c commit c85fd7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1, 8.2]
laravel: [8.*, 9.*]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 8.*
php: 8.2
- laravel: 9.*
php: 7.4
php: 8.3
- laravel: 10.*
php: 8.0

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0"
"orchestra/testbench": "^7.0|^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit c85fd7e

Please sign in to comment.