Skip to content

Commit 804be60

Browse files
committed
Bump PHP to 8.2
1 parent b8dda23 commit 804be60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.1'
24+
php-version: '8.2'
2525
coverage: none
2626

2727
# Install Flex as a global dependency to enable usage of extra.symfony.require

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"ibexa/core": "^4.6",
2121
"ibexa/content-forms": "^4.6",
2222
"symfony/mailer": "^5.4",

0 commit comments

Comments
 (0)