Skip to content

Commit

Permalink
Drop everything below PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jul 14, 2021
1 parent e3516ae commit 83ec067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.4', '8.0']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "LGPL-3.0",
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"php-64bit": "*"
},
"require-dev": {
Expand Down

0 comments on commit 83ec067

Please sign in to comment.