Skip to content

Commit 2bd713a

Browse files
author
Hofmeister
committed
UIY-3913 Fix php version in github workflow
1 parent bd356a4 commit 2bd713a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
- name: Setup PHP with tools
16+
uses: shivammathur/setup-php@v2
17+
with:
18+
php-version: '7.4'
19+
- uses: actions/checkout@v2
1520
- name: Validate composer.json and composer.lock
1621
run: composer validate
1722
- name: Cache Composer packages

0 commit comments

Comments
 (0)