Skip to content

Commit

Permalink
Excluding old Laravel versions with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci authored Mar 14, 2024
1 parent 0fe21fd commit 0eaf1e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1, '8.2']
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*']
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand Down Expand Up @@ -54,6 +54,10 @@ jobs:
laravel: 6.*
- php: 8.1
laravel: 7.*
- php: 8.2
laravel: 6.*
- php: 8.2
laravel: 7.*
- php: 8.1
laravel: 8.*
- laravel: 11.*
Expand Down

0 comments on commit 0eaf1e5

Please sign in to comment.