Skip to content

Commit

Permalink
Use stability within include?
Browse files Browse the repository at this point in the history
  • Loading branch information
rapkis committed Jun 6, 2024
1 parent 2a72d48 commit 896a504
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,29 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
stability: [prefer-stable]
include:
- php: 8.1
laravel: 10.*
carbon: ^2.63
testbench: 8.*
stability: prefer-stable
- php: 8.2
laravel: 10.*
carbon: ^2.63
testbench: 8.*
stability: prefer-stable
- php: 8.2
laravel: 11.*
carbon: ^3
testbench: 9.*
stability: prefer-stable
- php: 8.3
laravel: 11.*
carbon: ^3
testbench: 9.*
stability: prefer-stable

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.carbon }} - T${{ matrix.testbench }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 896a504

Please sign in to comment.