Skip to content

Commit

Permalink
Try matrix avoidance
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 8, 2024
1 parent 03a2e14 commit 3b93957
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.1.0"
uses: "greg0ire/.github/.github/workflows/coding-standards.yml@maintenance"
with:
php-version: "8.1"
2 changes: 1 addition & 1 deletion .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ on:
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@5.1.0"
uses: "greg0ire/.github/.github/workflows/composer-lint.yml@maintenance"
with:
php-version: "8.1"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:
jobs:
documentation:
name: "Documentation"
uses: "doctrine/.github/.github/workflows/documentation.yml@5.1.0"
uses: "greg0ire/.github/.github/workflows/documentation.yml@maintenance"
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.1.0"
uses: "greg0ire/.github/.github/workflows/static-analysis.yml@maintenance"
with:
php-version: "8.1"

0 comments on commit 3b93957

Please sign in to comment.