Skip to content

Commit ea84aea

Browse files
authored
Merge pull request #30 from CardanoGateKeeper/fix/correct-php-version-for-api-publication
Change to PHP 8.3 like the regular deployment scripts so the lock fil…
2 parents ddb7820 + 79491d6 commit ea84aea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-api.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.2'
17+
php-version: 8.3
18+
tools: composer:v2
19+
coverage: none
1820

1921
- name: Install dependencies
2022
run: composer install --no-interaction --no-progress --prefer-dist

0 commit comments

Comments
 (0)