Skip to content

Commit 3ecb51a

Browse files
authored
Merge pull request #74 from leviy/master_php_version_actions
Change PHP version to 7.4 for security tests action
2 parents 21d8f61 + ef7d4d7 commit 3ecb51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup PHP with Composer v1
4747
uses: shivammathur/setup-php@v2
4848
with:
49-
php-version: '7.2'
49+
php-version: '7.4'
5050
tools: composer:v1
5151

5252
- name: Authenticate composer

0 commit comments

Comments
 (0)