Skip to content

Commit fe0680c

Browse files
committed
use php 8.1 as used by platform.sh
1 parent eef33a1 commit fe0680c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@master
1212
- uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: '8.0'
14+
php-version: '8.1'
1515
- uses: ramsey/composer-install@v2
1616
- name: php-cs-fixer
1717
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff

ux.symfony.com/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "RC",
55
"prefer-stable": true,
66
"require": {
7-
"php": ">=8.0.2",
7+
"php": "^8.1",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"babdev/pagerfanta-bundle": "^3.7",

0 commit comments

Comments
 (0)