Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
include:
- description: 'No Symfony specified'
php: '8.1'
php: '8.2'
Copy link
Contributor

@derrabus derrabus Dec 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This job does the same as the one below now. That does not make sense.

max_deprecations: 0
- description: 'No Symfony specified'
php: '8.2'
Expand All @@ -56,11 +56,11 @@ jobs:
php: '8.5'
max_deprecations: 0
- description: 'Lowest deps'
php: '8.1'
php: '8.2'
composer_option: '--prefer-lowest'
max_deprecations: 0
- description: 'Symfony 6'
php: '8.1'
php: '8.2'
symfony: 6.4.*
max_deprecations: 0
- description: 'Dev deps'
Expand Down Expand Up @@ -99,6 +99,6 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- run: composer update --no-interaction --no-progress --ansi
- run: vendor/bin/phpstan analyze
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.2"
},
"conflict": {
"symfony/http-foundation": "<5.4",
Expand Down