Skip to content

Commit

Permalink
Update ci to exclude laravel 11 from old versions of php
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsfleite committed Jun 19, 2024
1 parent f467184 commit e401c49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ jobs:
laravel: 9.*
- php: 7.4
laravel: 10.*
- php: 7.4
laravel: 11.*
- php: 8.0
laravel: 10.*
- php: 8.0
laravel: 11.*
- php: 8.1
laravel: 6.*
- php: 8.1
laravel: 7.*
- php: 8.1
laravel: 11.*
- php: 8.2
laravel: 6.*
- php: 8.2
Expand Down

0 comments on commit e401c49

Please sign in to comment.