Skip to content

Commit

Permalink
Merge pull request #653 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 to composer and CI
  • Loading branch information
Lctrs committed Oct 18, 2022
2 parents 74f8a33 + e6fc5a6 commit e5e98c8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .github/settings.yml
Expand Up @@ -14,15 +14,18 @@ branches:
required_approving_review_count: 1
required_status_checks:
checks:
- context: "Coding Standards (8.1, locked)"
- context: "Dependency Analysis (8.1, locked)"
- context: "Static Code Analysis (8.1, locked)"
- context: "Coding Standards (8.2, locked)"
- context: "Dependency Analysis (8.2, locked)"
- context: "Static Code Analysis (8.2, locked)"
- context: "Tests (8.0, highest)"
- context: "Tests (8.0, locked)"
- context: "Tests (8.0, lowest)"
- context: "Tests (8.1, highest)"
- context: "Tests (8.1, locked)"
- context: "Tests (8.1, lowest)"
- context: "Tests (8.2, highest)"
- context: "Tests (8.2, locked)"
- context: "Tests (8.2, lowest)"
strict: false
restrictions: null

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/integrate.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -172,6 +172,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"

dependencies:
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/Lctrs/psalm-psr-container-plugin"
},
"require": {
"php": ">=8.0.2 <8.2.0",
"php": ">=8.0.2 <8.3.0",
"ext-simplexml": "*",
"nikic/php-parser": "^4.15.1",
"psr/container": "^1.1.2 || ^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit e5e98c8

Please sign in to comment.