Skip to content

Commit ccee052

Browse files
committed
Use PHP 8.0 in auto-publish job
1 parent d64c1aa commit ccee052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: 7.4
34+
php-version: 8.0
3535

3636
- name: Install dependencies
3737
run: composer install --prefer-dist --no-progress

0 commit comments

Comments
 (0)