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

Commit

Permalink
Update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 11, 2024
1 parent 4bea28e commit 4e9c8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*']
php: ['8.0', '8.1', '8.2']
laravel: ['10.*', '11.*']
dependencies: [prefer-lowest, prefer-stable]
exclude:
- php: '7.3'
Expand Down

0 comments on commit 4e9c8f7

Please sign in to comment.