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 3655c70 commit d3c6d59
Show file tree
Hide file tree
Showing 42 changed files with 174 additions and 237 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 @@ -49,7 +49,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
extensions: bcmath, fileinfo, json, pdo
tools: cs2pr
Expand All @@ -76,7 +76,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
extensions: bcmath, fileinfo, json, pdo

Expand Down Expand Up @@ -104,7 +104,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
extensions: bcmath, fileinfo, json, pdo

Expand Down
1 change: 1 addition & 0 deletions .phpunit.result.cache

Large diffs are not rendered by default.

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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-bcmath": "*",
"ext-fileinfo": "*",
"ext-json": "*",
Expand All @@ -58,7 +58,7 @@
"mezzio/mezzio-session": "^1.13",
"moneyphp/money": "^4.2",
"spomky-labs/otphp": "^11.2",
"symfony/cache": "^5.4 || ^6.0"
"symfony/cache": "^5.4 || ^6.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
Expand Down
Loading

0 comments on commit d3c6d59

Please sign in to comment.