Skip to content

Commit

Permalink
Update .travis.yml for L10
Browse files Browse the repository at this point in the history
  • Loading branch information
mankowitz authored Jun 25, 2023
1 parent f622fcb commit eca0768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ php:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'

env:
matrix:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0
- LARAVEL=^8.0
- LARAVEL=^9.0
- LARAVEL=^10.0

matrix:
fast_finish: true
Expand Down

0 comments on commit eca0768

Please sign in to comment.