Skip to content

Commit

Permalink
Exclude older Laravel versions from PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Sep 23, 2022
1 parent 93fcde9 commit a868a95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ jobs:
laravel: 6.*
- php: '8.1'
laravel: 7.*
- php: '8.2'
laravel: 5.5.*
- php: '8.2'
laravel: 5.6.*
- php: '8.2'
laravel: 5.7.*
- php: '8.2'
laravel: 5.8.*
- php: '8.2'
laravel: 6.*
- php: '8.2'
laravel: 7.*
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a868a95

Please sign in to comment.