Skip to content

Commit

Permalink
PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 15, 2023
1 parent 21415a6 commit 85206bc
Show file tree
Hide file tree
Showing 12 changed files with 585 additions and 621 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.1'
- '8.2'

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

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
tools: cs2pr

Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none

- name: Cache composer dependencies
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: pcov

- name: Cache composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
analysis:
image: default-bionic
environment:
php: 8.1.2
php: 8.2
tests:
override:
- php-scrutinizer-run
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
}
},
"require": {
"php": "^8.1",
"doctrine/orm": "^2.14",
"doctrine/persistence": "^2.0",
"php": "^8.2",
"doctrine/orm": "^2.15",
"psr/container": "^1.1 || ^2.0",
"webonyx/graphql-php": "^14.11"
},
Expand Down
Loading

0 comments on commit 85206bc

Please sign in to comment.