Skip to content

Commit 7788e71

Browse files
committed
ci: test laravel 13, php 8.5
1 parent dee0e0b commit 7788e71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: [8.4]
23-
laravel: ['^11.0', '^12.0']
22+
php: [8.4, 8.5]
23+
laravel: ['^11.0', '^12.0', '^13.0']
2424
name: PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}
2525
runs-on: ubuntu-latest
2626
steps:

0 commit comments

Comments
 (0)