Skip to content

Commit

Permalink
Merge pull request #505 from ergebnis/fix/phar
Browse files Browse the repository at this point in the history
Fix: Build Phar on PHP 7.4
  • Loading branch information
localheinz committed Feb 24, 2024
2 parents c1d5d5c + f80242c commit 0e81e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ branches:
- context: "Code Coverage (7.5.0, 7.4, highest)"
- context: "Coding Standards (7.4, locked)"
- context: "Dependency Analysis (7.4, locked)"
- context: "Phar (8.1, locked)"
- context: "Phar (7.4, locked)"
- context: "Refactoring (7.4, locked)"
- context: "Security Analysis (7.4, locked)"
- context: "Static Code Analysis (7.4, locked)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "7.4"

dependencies:
- "locked"
Expand Down

0 comments on commit 0e81e55

Please sign in to comment.