We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dda23 commit 804be60Copy full SHA for 804be60
.github/workflows/static_analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: shivammathur/setup-php@v2
23
with:
24
- php-version: '8.1'
+ php-version: '8.2'
25
coverage: none
26
27
# Install Flex as a global dependency to enable usage of extra.symfony.require
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^8.1",
+ "php": "^8.2",
20
"ibexa/core": "^4.6",
"ibexa/content-forms": "^4.6",
"symfony/mailer": "^5.4",
0 commit comments