Skip to content

Commit

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

steps:
- name: Checkout code
Expand All @@ -50,3 +48,5 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"payavel/orchestration": "dev-master"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0"
"orchestra/testbench": "^8.0|^9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 3497670

Please sign in to comment.