Skip to content

Commit

Permalink
chore: remove php7.3 from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 16, 2022
1 parent 85c6d64 commit b5225e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.4', '8.0']

steps:
- name: Checkout the project
Expand Down

0 comments on commit b5225e9

Please sign in to comment.