Remove PHP 7.4 support

This commit is contained in:
Marcel Pociot
2022-02-08 11:19:15 +01:00
parent 92c4c2ffe1
commit 816652e527
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest]
php: [7.4, 8.0, 8.1] php: [8.0, 8.1]
stability: [prefer-stable] stability: [prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

View File

@@ -16,7 +16,7 @@
} }
], ],
"require": { "require": {
"php": "^7.3.0 || ^8.0", "php": "^8.0",
"ext-json": "*", "ext-json": "*",
"padraic/phar-updater": "^1.0.6" "padraic/phar-updater": "^1.0.6"
}, },