Skip to content

Commit 594b7a5

Browse files
committed
ci: add php8.5 to matrix
1 parent 0b7f454 commit 594b7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
laravel: 12.*
3030
- php: 8.4
3131
laravel: 12.*
32+
- php: 8.5
33+
laravel: 12.*
3234
name: Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
3335

3436
steps:

0 commit comments

Comments
 (0)