Skip to content

Commit

Permalink
do not test on laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 5, 2024
1 parent ba28e26 commit 7ddb683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: [8.2, 8.1, 8.0]
laravel: [7, 8]
laravel: [8]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7ddb683

Please sign in to comment.