fix integration test workflow

This commit is contained in:
Yuri Kuznetsov
2022-02-09 14:23:11 +02:00
parent 91aeacbf35
commit 7ec559ea42
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Setup PHP with Composer
uses: shivammathur/setup-php@v2