Skip to content

Commit

Permalink
change php version in run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Jan 26, 2023
1 parent b91d5dc commit 362dad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.2, 7.4, 8.0 ]
php: [ 7.4, 8.0 ]
laravel: [ 7.*, 8.*, 9.* ]
include:
- laravel: 9.*
Expand Down

0 comments on commit 362dad0

Please sign in to comment.