Skip to content

Commit

Permalink
chore: upgrade php runner to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeaver committed Nov 24, 2023
1 parent d87e7e2 commit f789d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v1

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v1 #https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
Expand Down

0 comments on commit f789d00

Please sign in to comment.