Skip to content

Commit

Permalink
change notation (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-w committed Mar 11, 2024
1 parent c22c4ee commit 397b286
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,17 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
stability: [prefer-stable]
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.*
exclude:
- laravel: 11.*
php: 8.2
testbench: 9.*
php: 8.1

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

Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,17 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
stability: [prefer-stable]
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.*
exclude:
- laravel: 11.*
php: 8.2
testbench: 9.*
php: 8.1

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

Expand Down

0 comments on commit 397b286

Please sign in to comment.