Skip to content

Commit

Permalink
drop support to PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 7, 2024
1 parent 8d9a058 commit 88342d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:

matrix:
operating-system:
- "ubuntu-20.04"
- "ubuntu-22.04"

php-version:
- "8.1"
- "8.2"
- "8.3"

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"composer-runtime-api": "^2.0",
"symfony/cache": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/options-resolver": "^6.4 || ^7.0",
"symfony/process": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0"
"symfony/cache": "^7.0",
"symfony/console": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/finder": "^7.0",
"symfony/options-resolver": "^7.0",
"symfony/process": "^7.0",
"symfony/yaml": "^7.0"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0",
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ jobs:

matrix:
operating-system:
- "ubuntu-20.04"
- "ubuntu-22.04"

php-version:
- "8.1"
- "8.2"
- "8.3"

Expand Down

0 comments on commit 88342d9

Please sign in to comment.