Skip to content

Commit

Permalink
Drop PHP 7.2 from action (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Dec 22, 2020
1 parent 199c1af commit 2d73f5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]
include:
- front-yaml: '^1.8'
phpunit: '^9.0'
- php: 7.2
front-yaml: '^1.5'
phpunit: '^7.0'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2d73f5c

Please sign in to comment.