Skip to content

Commit 6cbdbc4

Browse files
committed
gha: test with PHP 8.5
1 parent 22e3429 commit 6cbdbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
php: [8.2, 8.3, 8.4]
28+
php: [8.2, 8.3, 8.4, 8.5]
2929
laravel: [^11.0, ^12.0]
3030
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)