Skip to content

Commit

Permalink
refactor!: upgrade to Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaburjak committed Oct 9, 2024
1 parent b5f317e commit 6254c26
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 163 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ jobs:
codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer, phive
- run: composer install
- run: phive --no-progress install --trust-gpg-keys E82B2FB314E9906E php-cs-fixer@^3.15
- run: ./tools/php-cs-fixer fix --show-progress=none --allow-risky=yes --dry-run --diff
psalm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer, phive
- run: composer install
- run: phive --no-progress install --trust-gpg-keys 12CE0F1D262429A5 psalm@^5.8
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"config": {
"platform": {
"php": "8.1.30"
"php": "8.2.16"
}
},
"autoload": {
Expand All @@ -22,11 +22,11 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/asset": "^6.4",
"php": "^8.2",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/http-kernel": "^7.1",
"symfony/asset": "^7.1",
"psr/log": "^2|^3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 6254c26

Please sign in to comment.