Skip to content

Commit

Permalink
Update minimum PHP version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jul 13, 2021
1 parent 3419aa0 commit 05120ff
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
php-version: '7.3'
ini-values: phar.readonly=Off

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [ 7.2, 7.3, 7.4 ]
php: [ 7.3, 7.4 ]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.2.0",
"php": "^7.3",
"ext-curl": "*",
"symfony/console": "~4.4",
"symfony/config": "~4.4",
Expand Down Expand Up @@ -45,9 +45,6 @@
},
"bin": ["bin/sw"],
"config": {
"platform": {
"php": "7.2"
},
"sort-packages": true
},
"extra": {
Expand Down
Loading

0 comments on commit 05120ff

Please sign in to comment.