Skip to content

Commit 722c501

Browse files
committed
Do not test Laravel 9 on PHP 8.5
1 parent 4fc9efe commit 722c501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
143143
- php: "8.5"
144144
packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* }
145+
- php: "8.5"
146+
packages: { laravel: ^9.0, testbench: ^7.0, phpunit: 9.5.* }
145147

146148
name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
147149

0 commit comments

Comments
 (0)