Skip to content

Commit

Permalink
ci(github): PHP 8.1 disabled for Laravel v11.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 22, 2024
1 parent 1819447 commit c830e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
# Laravel v10 doesn't support PHP 8.0
- php: 8.0
laravel: ^10.0.0
# Laravel v11 doesn't support PHP 8.1
- php: 8.1
laravel: ^11.0.0

steps:
# Required to avoid converting LF into CRLF on Windows or some tests will fail.
Expand Down

0 comments on commit c830e78

Please sign in to comment.