Skip to content

Commit

Permalink
removed support for 7.2 from git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat authored Dec 25, 2020
1 parent 1c2b6b2 commit 032a4e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down Expand Up @@ -61,7 +60,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 032a4e1

Please sign in to comment.