Skip to content

Commit

Permalink
Revert "Updating test matrix"
Browse files Browse the repository at this point in the history
This reverts commit f72ff62.
  • Loading branch information
aglipanci committed Mar 13, 2024
1 parent f72ff62 commit b0c0b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*, 10.*]
php: [7.2, 7.3, 7.4, 8.0, 8.1]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
Expand Down

0 comments on commit b0c0b05

Please sign in to comment.