Skip to content

Commit

Permalink
change notation
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-w committed Mar 11, 2024
1 parent c26eeef commit c22c4ee
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,23 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
testbench: [8.*, 9.*]
stability: [prefer-stable]
exclude:
include:
- laravel: 10.*
testbench: 9.*
- laravel: 11.*
php: 8.3
testbench: 8.*
- laravel: 10.*
php: 8.2
testbench: 8.*
- laravel: 10.*
php: 8.1
testbench: 8.*
- laravel: 11.*
php: 8.3
testbench: 9.*
- laravel: 11.*
php: 8.2
testbench: 9.*

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}

Expand Down
19 changes: 15 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,23 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
stability: [prefer-stable]
exclude:
- laravel: 11.*
include:
- laravel: 10.*
php: 8.3
testbench: 8.*
- laravel: 10.*
php: 8.2
testbench: 8.*
- laravel: 10.*
php: 8.1
testbench: 8.*
- laravel: 11.*
php: 8.3
testbench: 9.*
- laravel: 11.*
php: 8.2
testbench: 9.*

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}

Expand Down

0 comments on commit c22c4ee

Please sign in to comment.