Skip to content

Commit cb27f72

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 fca1202 commit cb27f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

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

2222
- name: Validate composer.json and composer.lock
2323
run: composer validate

0 commit comments

Comments
 (0)