Skip to content

Commit 6efa669

Browse files
chore: update PHP version to 7.4
1 parent 0a6c69c commit 6efa669

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-php.yml

Lines changed: 2 additions & 2 deletions
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.2"
16+
php-version: "7.4"
1717
extensions: simplexml
1818
- name: Checkout source code
1919
uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup PHP version
4848
uses: shivammathur/setup-php@v2
4949
with:
50-
php-version: "7.2"
50+
php-version: "7.4"
5151
extensions: simplexml, mysql
5252
tools: phpunit-polyfills
5353
- name: Checkout source code

0 commit comments

Comments
 (0)