Skip to content

Commit 461c4db

Browse files
committed
php 8.2
1 parent 9cc65cb commit 461c4db

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Setup PHP
99
uses: shivammathur/setup-php@v2
1010
with:
11-
php-version: 8.1
11+
php-version: 8.2
1212

1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: 8.1
30+
php-version: 8.2
3131

3232
- name: Checkout
3333
uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup PHP
4848
uses: shivammathur/setup-php@v2
4949
with:
50-
php-version: 8.1
50+
php-version: 8.2
5151
extensions: dom, fileinfo, filter, gd, hash, intl, json, mbstring, mysqli, pcre, pdo_mysql, zlib
5252
coverage: none
5353

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"symfony/translation-contracts": "^1 || ^2 || ^3"
1515
},
1616
"autoload": {

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
symfony: true,
3030
)
3131
->withSets([
32-
LevelSetList::UP_TO_PHP_81,
32+
LevelSetList::UP_TO_PHP_82,
3333
])
3434
;

0 commit comments

Comments
 (0)