Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan202 committed Jan 29, 2025
1 parent 122e50a commit 5596fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

# Set php version to avoid error during perform command composer update
- name: Setup PHP
uses: nanasess/setup-php@v3
uses: nanasess/setup-php@v4.1.0
with:
php-version: '7.3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# Set php version to avoid error during perform command composer update
- name: Setup PHP
uses: nanasess/setup-php@v3
uses: nanasess/setup-php@v4.1.0
with:
php-version: '7.3'

Expand Down

0 comments on commit 5596fe9

Please sign in to comment.