Skip to content

Commit

Permalink
chore: add support for PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Mohan <[email protected]>
  • Loading branch information
cod43156 authored and Lctrs committed Oct 17, 2024
1 parent 7eb752f commit 2e621d7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
8 changes: 5 additions & 3 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ branches:
required_approving_review_count: 1
required_status_checks:
checks:
- context: "Coding Standards (8.3, locked)"
- context: "Dependency Analysis (8.3, locked)"
- context: "Static Code Analysis (8.3, locked)"
- context: "Coding Standards (8.4, locked)"
- context: "Dependency Analysis (8.4, locked)"
- context: "Static Code Analysis (8.4, locked)"
- context: "Tests (8.1, locked)"
- context: "Tests (8.1, lowest)"
- context: "Tests (8.2, locked)"
- context: "Tests (8.2, lowest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
- context: "Tests (8.4, locked)"
- context: "Tests (8.4, lowest)"
strict: false
restrictions: null

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"

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

dependencies:
- "locked"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"

dependencies:
- "locked"
Expand Down Expand Up @@ -168,6 +168,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/Lctrs/psalm-psr-container-plugin"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-simplexml": "*",
"nikic/php-parser": "^4.19.4",
"psr/container": "^1.1.2 || ^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

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

0 comments on commit 2e621d7

Please sign in to comment.