Skip to content

Commit

Permalink
Exclude PHP8.3 on Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Dec 8, 2024
1 parent fa8a06c commit da3d3b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
laravel: [^11, ^10, ^9]
dependency-version: [prefer-stable]
exclude:
- laravel: ^9
php: 8.4
- laravel: ^10
php: 8.0
- laravel: ^11
Expand Down

1 comment on commit da3d3b1

@barryvdh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.4 that is

Please sign in to comment.