Skip to content

Commit

Permalink
chore: php version upgraded to 7.2.5 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Dec 15, 2020
1 parent d92268f commit 464057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v1
with:
php-version: 7.1
php-version: 7.2.5
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
coverage: none

Expand Down

0 comments on commit 464057b

Please sign in to comment.