Skip to content

Commit b0b5576

Browse files
authored
Creating the PHAR requires PHP 7.3 now
1 parent ba8dc72 commit b0b5576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install PHP
1313
uses: shivammathur/[email protected]
1414
with:
15-
php-version: 7.2
15+
php-version: 7.3
1616

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

0 commit comments

Comments
 (0)