D laravel 9, A php 8.5

This commit is contained in:
Fabian @ Blax Software 2025-12-03 14:52:32 +01:00
parent 48c3a87308
commit f13f225cec
1 changed files with 3 additions and 6 deletions

View File

@ -13,9 +13,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- php: 8.2
laravel: 9.*
testbench: 7.*
- php: 8.2 - php: 8.2
laravel: 10.* laravel: 10.*
testbench: 8.* testbench: 8.*
@ -25,9 +22,6 @@ jobs:
- php: 8.2 - php: 8.2
laravel: 12.* laravel: 12.*
testbench: 10.* testbench: 10.*
- php: 8.3
laravel: 9.*
testbench: 7.*
- php: 8.3 - php: 8.3
laravel: 10.* laravel: 10.*
testbench: 8.* testbench: 8.*
@ -43,6 +37,9 @@ jobs:
- php: 8.4 - php: 8.4
laravel: 12.* laravel: 12.*
testbench: 10.* testbench: 10.*
- php: 8.5
laravel: 12.*
testbench: 10.*
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}