Skip to content

Commit

Permalink
Split combinations in the matrix to support L10 and L11:
Browse files Browse the repository at this point in the history
- ubuntu-latest, PHP 8.1, laravel 10.*, carbon: ^2.63, testbench: 8.*, stability prefer-stable
- ubuntu-latest, PHP 8.2, laravel 10.*, carbon: ^2.63, testbench: 8.*, stability prefer-stable
- ubuntu-latest, PHP 8.2, laravel 11.*, carbon: ^3, testbench: 9.*, stability prefer-stable
- ubuntu-latest, PHP 8.3, laravel 11.*, carbon: ^3, testbench: 9.*, stability prefer-stable
  • Loading branch information
rapkis committed Jun 6, 2024
1 parent 3dbe836 commit f33b20d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,24 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1]
laravel: [10.*, 11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 9.*
- php: 8.1
laravel: 10.*
carbon: ^2.63
testbench: 8.*
- php: 8.2
laravel: 10.*
carbon: ^2.63
testbench: 8.*
- php: 8.2
laravel: 11.*
carbon: ^3
testbench: 9.*
- php: 8.3
laravel: 11.*
carbon: ^3
testbench: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit f33b20d

Please sign in to comment.