Skip to content

Commit

Permalink
Re-introduce support for PHP ^8.0 (instead of only 8.1.x and 8.2.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 25, 2022
1 parent a5e62af commit 2861280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
strategy:
matrix:
php:
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "lowest"
- "highest"

steps:
- name: Checkout code
Expand All @@ -34,9 +32,6 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "${{ matrix.composer-options }}"

- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "^8.0",
"psr/clock": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 2861280

Please sign in to comment.