Re-introduce support for PHP ^8.0 (instead of only 8.1.x and 8.2.x)

This commit is contained in:
Jérôme Gamez
2022-11-25 19:02:11 +01:00
parent a5e62affe0
commit 2861280adc
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -15,11 +15,9 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- "8.0"
- "8.1" - "8.1"
- "8.2" - "8.2"
dependencies:
- "lowest"
- "highest"
steps: steps:
- name: Checkout code - name: Checkout code
@@ -34,9 +32,6 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: "ramsey/composer-install@v2" - uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "${{ matrix.composer-options }}"
- name: Setup problem matchers for PHP - name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
+1 -1
View File
@@ -11,7 +11,7 @@
} }
], ],
"require": { "require": {
"php": "~8.1.0 || ~8.2.0", "php": "^8.0",
"psr/clock": "^1.0" "psr/clock": "^1.0"
}, },
"require-dev": { "require-dev": {