Skip to content

Commit

Permalink
Merge pull request #33 from creode/bug/bump_php_version_ci
Browse files Browse the repository at this point in the history
ci: bump PHP version of release ci script.
  • Loading branch information
creode-dev authored Jun 24, 2024
2 parents ce14c2e + c4d9017 commit 3e90d2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none

- name: Install dependencies
run: composer update --prefer-dist --no-interaction

Expand Down

0 comments on commit 3e90d2b

Please sign in to comment.