Skip to content

Commit d7aecf0

Browse files
ajardinduboiss
authored andcommitted
Merge pull request origamiphp#403 from origamiphp/fix/php-version
2 parents 5754c90 + bc571de commit d7aecf0

File tree

8 files changed

+296
-277
lines changed

8 files changed

+296
-277
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Installs the system requirements'
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.0'
21+
php-version: '8.1'
2222
ini-values: phar.readonly=0
2323
extensions: ctype, intl, mbstring, xml
2424
coverage: none

.github/workflows/release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Installs the system requirements'
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.0'
21+
php-version: '8.1'
2222
ini-values: phar.readonly=0
2323
extensions: ctype, intl, mbstring, xml
2424
coverage: none

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"ext-zlib": "*",
2121
"composer/semver": "^3.3.2",
2222
"ergebnis/environment-variables": "^1.3",
23-
"symfony/console": "6.1.*",
24-
"symfony/dotenv": "6.1.*",
25-
"symfony/filesystem": "6.1.*",
23+
"symfony/console": "6.2.*",
24+
"symfony/dotenv": "6.2.*",
25+
"symfony/filesystem": "6.2.*",
2626
"symfony/flex": "^2.2.3",
27-
"symfony/framework-bundle": "6.1.*",
28-
"symfony/http-client": "6.1.*",
29-
"symfony/process": "6.1.*",
30-
"symfony/property-access": "6.1.*",
31-
"symfony/runtime": "6.1.*",
32-
"symfony/serializer": "6.1.*",
33-
"symfony/validator": "6.1.*",
34-
"symfony/yaml": "6.1.*"
27+
"symfony/framework-bundle": "6.2.*",
28+
"symfony/http-client": "6.2.*",
29+
"symfony/process": "6.2.*",
30+
"symfony/property-access": "6.2.*",
31+
"symfony/runtime": "6.2.*",
32+
"symfony/serializer": "6.2.*",
33+
"symfony/validator": "6.2.*",
34+
"symfony/yaml": "6.2.*"
3535
},
3636
"require-dev": {
3737
"codecov/codecov-php": "dev-master",
@@ -45,8 +45,8 @@
4545
"psalm/plugin-symfony": "^3.1.9",
4646
"rector/rector": "^0.14.6",
4747
"symfony/maker-bundle": "^1.47",
48-
"symfony/phpunit-bridge": "6.1.*",
49-
"symfony/var-dumper": "6.1.*",
48+
"symfony/phpunit-bridge": "6.2.*",
49+
"symfony/var-dumper": "6.2.*",
5050
"vimeo/psalm": "^4.29"
5151
},
5252
"replace": {
@@ -92,7 +92,7 @@
9292
},
9393
"symfony": {
9494
"allow-contrib": false,
95-
"require": "6.1.*"
95+
"require": "6.2.*"
9696
}
9797
},
9898
"scripts": {

0 commit comments

Comments
 (0)