Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfarhad authored May 12, 2024
1 parent 9b0d5dd commit aeaa946
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.1', '8.2','8.3']
php: ['8.2','8.3']
os: [ubuntu-latest]
stability: [prefer-stable]
laravel: [9.*, 10.*, 11.*]
laravel: [10.*, 11.*]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 7.*
- laravel: 11.*
Expand Down

0 comments on commit aeaa946

Please sign in to comment.