Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 12, 2024
1 parent 83015eb commit d32c0f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
laravel: ['8.*', '9.*', '10.*', '11.*']
dependencies: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
php: '8.1'
- laravel: 8.*
php: '8.2'
- laravel: 9.*
php: '8.2'
- laravel: 8.*
php: '8.1'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d32c0f7

Please sign in to comment.