Skip to content

Commit

Permalink
Do not test 7.3 version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Feb 6, 2023
1 parent 973fdbc commit 266a053
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, '8.0', 8.1, 8.2]
php: [7.4, '8.0', 8.1, 8.2]
laravel: [8, 9, 10]
exclude:
- php: 7.3
laravel: 9
- php: 7.3
laravel: 10
- php: 7.4
laravel: 9
- php: 7.4
Expand Down

0 comments on commit 266a053

Please sign in to comment.