This commit is contained in:
Fabian @ Blax Software 2025-12-03 14:25:32 +01:00
parent 2bdc871640
commit cd9f01b51f
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [8.2, 8.3] php: [8.2, 8.3, 8.4, 8.5]
laravel: [11.*] laravel: [10.*, 11.*, 12.*]
testbench: [9.*] testbench: [9.*]
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}