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 eef33a1 commit fe0680cCopy full SHA for fe0680c
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@master
12
- uses: shivammathur/setup-php@v2
13
with:
14
- php-version: '8.0'
+ php-version: '8.1'
15
- uses: ramsey/composer-install@v2
16
- name: php-cs-fixer
17
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
ux.symfony.com/composer.json
@@ -4,7 +4,7 @@
4
"minimum-stability": "RC",
5
"prefer-stable": true,
6
"require": {
7
- "php": ">=8.0.2",
+ "php": "^8.1",
8
"ext-ctype": "*",
9
"ext-iconv": "*",
10
"babdev/pagerfanta-bundle": "^3.7",
0 commit comments