Skip to content

Commit

Permalink
chore: bump php version for unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Aug 14, 2024
1 parent 43fc1f8 commit 3d3871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.1'
php-version: '7.2'
extensions: simplexml, mysql
tools: phpunit-polyfills
- name: Checkout source code
Expand Down

0 comments on commit 3d3871a

Please sign in to comment.