Skip to content

Commit

Permalink
ci: github test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Feb 15, 2023
1 parent 7c5f416 commit ef89dd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
include:
- laravel: 8.*
testbench: 6.*
phpunit: ^9.0
- laravel: 9.*
testbench: 7.*
phpunit: ^9.0
- laravel: 10.*
testbench: 8.*
phpunit: ^10.0

steps:
- name: Checkout code
Expand All @@ -49,7 +52,7 @@ jobs:

- name: Install dependencies - L${{ matrix.laravel }}
run: |
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 require --dev "jiannei/laravel-enum" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
Expand Down

0 comments on commit ef89dd9

Please sign in to comment.