Skip to content

Commit 3bcb5f6

Browse files
authored
[2.x] PHP 8.5 Compatibility (#192)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 102bfc1 commit 3bcb5f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
include:
2222
- php: 8.4
2323
laravel: 11
24+
- php: 8.4
25+
laravel: 12
26+
- php: 8.5
27+
laravel: 12
2428
exclude:
2529
- php: 7.2
2630
laravel: 8

0 commit comments

Comments
 (0)