Skip to content

Commit 85206bc

Browse files
committed
PHP 8.2
1 parent 21415a6 commit 85206bc

File tree

12 files changed

+585
-621
lines changed

12 files changed

+585
-621
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
php-version:
9-
- '8.1'
9+
- '8.2'
1010

1111
name: PHP ${{ matrix.php-version }}
1212

@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup PHP, with composer and extensions
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: 8.1
51+
php-version: 8.2
5252
coverage: none
5353
tools: cs2pr
5454

@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup PHP, with composer and extensions
7575
uses: shivammathur/setup-php@v2
7676
with:
77-
php-version: 8.1
77+
php-version: 8.2
7878
coverage: none
7979

8080
- name: Cache composer dependencies
@@ -101,7 +101,7 @@ jobs:
101101
- name: Setup PHP, with composer and extensions
102102
uses: shivammathur/setup-php@v2
103103
with:
104-
php-version: 8.1
104+
php-version: 8.2
105105
coverage: pcov
106106

107107
- name: Cache composer dependencies

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
analysis:
1515
image: default-bionic
1616
environment:
17-
php: 8.1.2
17+
php: 8.2
1818
tests:
1919
override:
2020
- php-scrutinizer-run

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
}
3737
},
3838
"require": {
39-
"php": "^8.1",
40-
"doctrine/orm": "^2.14",
41-
"doctrine/persistence": "^2.0",
39+
"php": "^8.2",
40+
"doctrine/orm": "^2.15",
4241
"psr/container": "^1.1 || ^2.0",
4342
"webonyx/graphql-php": "^14.11"
4443
},

0 commit comments

Comments
 (0)