Skip to content

Commit fca1202

Browse files
committed
Fix for build failures:
Error: The process '/home/runner/work/_actions/nanasess/setup-php/v3/lib/apt-install-php-ubuntu.sh' failed with exit code 1
1 parent 39edc04 commit fca1202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: nanasess/setup-php@v3
18+
- uses: nanasess/setup-php@v3.0.6
1919
with:
2020
php-version: '7.4'
2121

0 commit comments

Comments
 (0)