Skip to content

Commit

Permalink
Upgraded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Feb 4, 2021
1 parent 1ae3c8b commit 889ddaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
php:
- '7.3'
- '7.4'
- '8.0'
laravel:
- 7.*
- 8.*
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 889ddaf

Please sign in to comment.