Skip to content

Commit

Permalink
Fix versions workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jul 12, 2021
1 parent 79e6a74 commit 3489e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Setup nightly PHP
uses: shivammathur/setup-php@v2.11.0
uses: shivammathur/setup-php@2.11.0
with:
php-version: '8.1'
extensions: mbstring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Install PHP
uses: shivammathur/setup-php@v2.11.0
uses: shivammathur/setup-php@2.11.0
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.extensions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Install PHP
uses: shivammathur/setup-php@v2.11.0
uses: shivammathur/setup-php@2.11.0
with:
php-version: "${{ matrix.php }}"
tools: composer:v2, cs2pr
Expand Down

0 comments on commit 3489e29

Please sign in to comment.