Skip to content

Commit

Permalink
Oh laten we ook phpunit meenemen
Browse files Browse the repository at this point in the history
  • Loading branch information
harmenjanssen committed Dec 2, 2024
1 parent f928a61 commit 8f0c965
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
include:
- laravel: 8.*
testbench: 6.*
phpunit: 9.*
- laravel: 9.*
testbench: 7.*
phpunit: 9.*
- laravel: 10.*
testbench: 8.*
phpunit: 9.*
- laravel: 11.*
testbench: 9.*
phpunit: 10.*
exclude:
- laravel: 8.*
php: 8.2
Expand Down Expand Up @@ -60,7 +64,7 @@ jobs:
- name: Install PHP dependencies
run: |
composer config --ansi -- "http-basic.nova.laravel.com" ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_PASSWORD }}
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Run PHP tests
Expand Down

0 comments on commit 8f0c965

Please sign in to comment.