Skip to content

Commit

Permalink
Removed support for PHP version < 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-jan committed Feb 2, 2024
1 parent cf8c848 commit 2ca886f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.4', '8.0', '8.1' ]
php-version: [ '8.2' ]

runs-on: ubuntu-latest

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0"
"php": "^8.2",
"symfony/framework-bundle": "^6.4",
"symfony/http-foundation": "^6.4"
},
"require-dev": {
"phpspec/phpspec": "^7.5",
"symfony/yaml": "^5.4",
"symfony/yaml": "^6.4",
"vimeo/psalm": "^4.22",
"friendsofsymfony/rest-bundle": "^3.1"
},
Expand Down

0 comments on commit 2ca886f

Please sign in to comment.