Skip to content

Commit 402eb94

Browse files
Fix PHP outdated version error
1 parent 701530b commit 402eb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP version
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '7.1'
16+
php-version: '7.2'
1717
extensions: simplexml
1818
- name: Checkout source code
1919
uses: actions/checkout@v2
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup PHP version
5050
uses: shivammathur/setup-php@v2
5151
with:
52-
php-version: '7.1'
52+
php-version: '7.2'
5353
extensions: simplexml, mysql
5454
tools: phpunit-polyfills
5555
- name: Checkout source code

0 commit comments

Comments
 (0)