Skip to content

Commit

Permalink
Drop support for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Dec 10, 2020
1 parent f50cc93 commit 6c43c37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/buildcheck.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
php:
- 7.2
- 7.3
- 7.4
- 8.0-rc
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ARG PHP_VERSION=7.2
ARG PHP_VERSION=7.3
FROM php:${PHP_VERSION}-cli

ARG COVERAGE
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"psr/log": "^1.0",
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"seld/cli-prompt": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 6c43c37

Please sign in to comment.