Skip to content

Commit

Permalink
Back to the latest setup-php version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 2, 2023
1 parent a6e6ff0 commit a6872b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-newer-unicode-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2
with:
php-version: "8.2"
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
-
name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2
with:
php-version: ${{ matrix.php-version }}
tools: ${{ matrix.check-cs && 'php-cs-fixer:v3,' || '' }} composer:v2
Expand Down

0 comments on commit a6872b1

Please sign in to comment.