Skip to content

Commit

Permalink
Updated run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakyeRU committed Aug 4, 2024
1 parent 5053212 commit 0785cda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, intl, zip, pcntl, bcmath, gd, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, exif, pcntl, soap, sockets, xsl, opcache, xmlrpc, xdebug, imagick, intl, zip, pcntl, bcmath, gd, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, exif, pcntl, soap, sockets, xsl, opcache, xmlrpc, xdebug, imagick
coverage: xdebug

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down

0 comments on commit 0785cda

Please sign in to comment.