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

Commit

Permalink
Adjust matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinkle authored Sep 16, 2022
1 parent 016b3a7 commit 1503105
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 @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
laravel: [^7.0, ^8.0, ^9.0]
php: [8.0, 8.1]
laravel: [^8.0, ^9.0]

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

Expand Down

0 comments on commit 1503105

Please sign in to comment.