Skip to content

Commit

Permalink
Use PHP 8.2 as main version for CI (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Dec 11, 2022
1 parent 94f4030 commit 2225322
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .dev-tools/composer.json
@@ -1,7 +1,7 @@
{
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.2",
"ergebnis/composer-normalize": "^2.29",
"infection/infection": "^0.26.16",
"kubawerlos/composer-smaller-lock": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions .dev-tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions .github/workflows/ci.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- run: composer update --no-progress
- run: composer analyse

Expand All @@ -37,26 +37,28 @@ jobs:
php-version: '7.4'
- os: ubuntu-latest
php-version: '8.0'
- os: ubuntu-latest
php-version: '8.1'
- os: ubuntu-latest
description: 'with calculating code coverage'
calculate-coverage: true
php-version: '8.1'
php-version: '8.2'
- os: ubuntu-latest
description: 'with PHP CS Fixer from master'
with-php-cs-fixer-from-master: true
php-version: '8.1'
php-version: '8.2'
- os: ubuntu-latest
description: 'with shim package'
use-shim-package: true
php-version: '8.1'
php-version: '8.2'
- os: macos-latest
description: 'on macOS'
php-version: '8.1'
php-version: '8.2'
- os: windows-latest
description: 'on Windows'
php-version: '8.1'
- os: ubuntu-latest
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.3'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
env:
Expand Down

0 comments on commit 2225322

Please sign in to comment.