10BC0 ci: test against 8.5 · yajra/laravel-datatables-html@17876bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 17876bc

Browse files
authored
ci: test against 8.5
1 parent de13b2a commit 17876bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [8.2, 8.3, 8.4]
19+
php: [8.2, 8.3, 8.4, 8.5]
2020
stability: [prefer-stable]
2121

2222
name: PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}

0 commit comments

Comments
 (0)
0