Skip to content

Commit

Permalink
Exclude 8.2 + L8 + lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Feb 14, 2023
1 parent d60790e commit 9bfd726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- laravel: 8.*
php: 8.1
dependency-version: prefer-lowest

# PHP 8.2 requires Laravel 8.65, so skip lowest
- laravel: 8.*
php: 8.2
dependency-version: prefer-lowest

- laravel: 9.*
php: 7.4
Expand Down

0 comments on commit 9bfd726

Please sign in to comment.