Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Mar 13, 2024
1 parent a16177c commit f645522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '8.1'
- '8.0'
laravel:
- '11.*'
- '10.*'
- '9.*'
- '8.*'
Expand All @@ -29,6 +30,8 @@ jobs:
exclude:
- laravel: '10.*'
php: '8.0'
- laravel: '11.*'
php: ['8.0', '8.1']
include:
- laravel: '11.*'
php: '8.3'
Expand Down Expand Up @@ -86,7 +89,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down

0 comments on commit f645522

Please sign in to comment.