Skip to content

Commit

Permalink
Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Feb 16, 2022
1 parent 8a8bb99 commit 6bed58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
laravel-versions: ['^6.0', '^7.0', '^8.0']
php-versions: ['8.0', '8.1']
laravel-versions: ['^9.0']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6bed58e

Please sign in to comment.