Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 6e256cb

Browse files
committed
Fix not both using same actions helper
1 parent 68ad2b6 commit 6e256cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2.3.4
12-
- uses: nanasess/setup-php@master
12+
- uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: "7.4"
14+
php-version: '7.4'
1515

1616
- name: Install dependencies
1717
run: composer install --prefer-dist --no-progress --no-suggest

0 commit comments

Comments
 (0)