Skip to content

Commit

Permalink
Require PHP 7.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 24, 2022
1 parent 5ea271a commit c44f252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']

steps:
Expand Down Expand Up @@ -51,13 +51,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']
include:
- php: '7.0'
phpunit-version: 6.5
- php: '7.1'
phpunit-version: 7.5

steps:
- name: Checkout code base
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.2",
"ext-json": "*",
"ipl/html": ">=0.4.0",
"ipl/stdlib": ">=0.11.0",
Expand Down

0 comments on commit c44f252

Please sign in to comment.