Skip to content

Commit

Permalink
Merge pull request #112 from patchlevel/renovate/php
Browse files Browse the repository at this point in the history
Support php8.2
  • Loading branch information
DavidBadura authored Dec 10, 2022
2 parents f5cd63a + fbf63b6 commit a70708e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
- "highest"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"
- "windows-latest"
include:
- dependencies: "locked"
php-version: "8.1"
php-version: "8.2"
operating-system: "ubuntu-latest"
- dependencies: "locked"
php-version: "8.1"
php-version: "8.2"
operating-system: "windows-latest"
steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.1.0",
"php": "~8.1.0 || ~8.2.0",
"patchlevel/event-sourcing": "2.1.0-beta2",
"symfony/config": "^4.4.34|^5.4.0|^6.0.0",
"symfony/console": "^4.4.34|^5.4.0|^6.0.0",
Expand All @@ -27,7 +27,7 @@
"symfony/http-kernel": "^4.4.34|^5.4.0|^6.0.0"
},
"require-dev": {
"ext-pdo_sqlite": "~8.0.0|~8.1.0",
"ext-pdo_sqlite": "*",
"doctrine/migrations": "^3.3.2",
"infection/infection": "^0.26.4",
"patchlevel/coding-standard": "^1.1.1",
Expand Down
17 changes: 9 additions & 8 deletions composer.lock

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

0 comments on commit a70708e

Please sign in to comment.