Skip to content

Commit f07dd5f

Browse files
authored
Merge pull request #19 from localgovdrupal/feature/php-constraint-for-test-run
PHP constraint for test run
2 parents 1e259d5 + 8cd4fef commit f07dd5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: setup PHP
16+
uses: shivammathur/setup-php@v2
17+
with:
18+
php-version: '7.4'
19+
1520
- name: Clone drupal_container
1621
uses: actions/checkout@v2
1722
with:

0 commit comments

Comments
 (0)