Skip to content

Commit

Permalink
Retify shivammathur/setup-php version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Feb 11, 2023
1 parent 32d8c76 commit f6e262b
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, pcov
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

Expand Down

0 comments on commit f6e262b

Please sign in to comment.