Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Kavshirko committed Apr 9, 2024
1 parent 0f1f36c commit 02be492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [^8.0, ^9.0, ^10.0]
php: [8.1, 8.2, 8.3]
laravel: [^8.0, ^9.0, ^10.0, ^11.0]

name: Run Test (P${{ matrix.php }} - L${{ matrix.laravel }})

Expand All @@ -33,7 +33,7 @@ jobs:
composer require "illuminate/database=${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose --testdox
run: vendor/bin/phpunit --testdox

- name: Upload artifacts (on failure)
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 02be492

Please sign in to comment.