Skip to content

Commit

Permalink
actions coding standards and static analysis set to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Jan 19, 2024
1 parent 2f11771 commit 188a70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.5.1"
with:
php-version: '8.3'
php-version: '8.2'
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@1.5.1"
with:
php-version: '8.3'
php-version: '8.2'

0 comments on commit 188a70a

Please sign in to comment.