Skip to content

Commit

Permalink
Merge pull request #34 from patchlevel/renovate/shivammathur-setup-ph…
Browse files Browse the repository at this point in the history
…p-rollback

Roll back shivammathur/setup-php action to 2.23.0
  • Loading branch information
DavidBadura authored Jan 25, 2023
2 parents d255ec3 + 117dd58 commit 348fc7d
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-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.23.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.23.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 348fc7d

Please sign in to comment.