Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Updated tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonrietdijk committed Feb 15, 2022
1 parent c5023b0 commit 2f5695f
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 @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
laravel: [^7.0, ^8.0]
php: [7.3, 7.4, 8.0, 8.1]
laravel: [^7.0, ^8.0, ^9.0]

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

Expand All @@ -42,4 +42,4 @@ jobs:
run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit --verbose

0 comments on commit 2f5695f

Please sign in to comment.