Skip to content

Commit

Permalink
Remove php 8.0 from test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle committed Dec 16, 2024
1 parent d8d5c60 commit 6ad9802
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
laravel: ['9.*', '10.*', '11.*']
stability: [prefer-stable]
include:
Expand All @@ -28,10 +28,6 @@ jobs:
exclude:
- laravel: 10.*
php: 8.3
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

Expand Down

0 comments on commit 6ad9802

Please sign in to comment.