ci: add PHP 8.5 to integration test matrix (#1760)

The unit test matrix already includes PHP 8.5 but it was missing
from the integration tests.
This commit is contained in:
Pieter Willekens
2026-02-11 11:45:28 +01:00
committed by GitHub
parent fd3cfbe09d
commit 573c9f3f57
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.4, 8.3, 8.2]
php: [8.5, 8.4, 8.3, 8.2]
laravel: [11.x, 12.x]
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}