Skip to content

Commit

Permalink
ci: exclude Laravel 8+PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 authored Mar 1, 2023
1 parent 1d810f2 commit ff8b14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
php: [7.3, 7.4, '8.0', 8.1, 8.2]
laravel: ['8.0', '9.0', '10.0']
exclude:
- php: 8.2
laravel: '8.0'
- php: 7.3
laravel: '9.0'
- php: 7.4
Expand Down

0 comments on commit ff8b14a

Please sign in to comment.