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 5d1067e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ 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
Expand Down

0 comments on commit 5d1067e

Please sign in to comment.