Skip to content

Commit 64e074a

Browse files
committed
test: run tests for php 8.5
1 parent 60eef6b commit 64e074a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.4, 8.3, 8.2]
14+
php: [8.5, 8.4, 8.3, 8.2]
1515
laravel: ['11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
17+
exclude:
18+
- php: 8.5
19+
laravel: 11.*
1720
include:
1821
- laravel: 11.*
1922
testbench: ^9.2

0 commit comments

Comments
 (0)