Skip to content

Commit

Permalink
Drop PHP 7.2 from build PHP versions list
Browse files Browse the repository at this point in the history
As per #165 we're no longer going to build this version. (Note that PHP 8 support is being worked on it #166.)
  • Loading branch information
WyriHaximus authored Apr 17, 2021
1 parent 5831855 commit b944691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Generate PHP
shell: bash
run: |
echo "::set-output name=versions::[\"7.4\", \"7.3\", \"7.2\"]"
echo "::set-output name=versions::[\"7.4\", \"7.3\"]"
php-type-matrix:
name: PHP Type Matrix
runs-on: ubuntu-latest
Expand Down

0 comments on commit b944691

Please sign in to comment.