Skip to content

Commit

Permalink
[TASK] Drop PHP 7.3 support
Browse files Browse the repository at this point in the history
and revert build process of PHAR file to PHP 7.4
  • Loading branch information
a-r-m-i-n committed May 27, 2023
1 parent e3378cf commit 5ab2248
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
php:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: "shivammathur/setup-php@v2"
with:
php-version: "7.3"
php-version: "7.4"
ini-values: "phar.readonly=0"

- name: Validate composer.json and composer.lock
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Written by **Armin Vieweg** <<https://v.ieweg.de>>

## Requirements

- PHP 7.3, 7.4, 8.0, 8.1 or 8.2
- PHP 7.4, 8.0, 8.1 or 8.2
- Enabled PHP extensions: iconv, json


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "https://github.com/a-r-m-i-n/editorconfig-cli"
},
"require": {
"php": "^7.3 | ^8.0",
"php": "^7.4 | ^8.0",
"ext-json": "*",
"ext-iconv": "*",
"symfony/console": "^4 || ^5 || ^6",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ab2248

Please sign in to comment.