Skip to content

Commit

Permalink
[TASK] Change action setup
Browse files Browse the repository at this point in the history
Update setup PHP to shivammathur package
  • Loading branch information
helmutstrasser committed Apr 17, 2024
1 parent 45326d7 commit 6e0e794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: nanasess/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: 8.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: nanasess/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

Expand Down

0 comments on commit 6e0e794

Please sign in to comment.