Skip to content

Commit

Permalink
chore: phpv2 upgrade for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya authored Dec 21, 2022
1 parent eade5a8 commit 0bdc6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
Expand All @@ -29,4 +29,4 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-suggest

- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest

0 comments on commit 0bdc6df

Please sign in to comment.