Skip to content

Commit fd50d41

Browse files
authored
Merge pull request #267 from PHPCSStandards/feature/ghactions-tweak-security-check
GH Actions/securitycheck: only run against PHP 5.4
2 parents 845eb62 + 0353ed5 commit fd50d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/securitycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
php: ['5.4', 'latest']
26+
php: ['5.4']
2727

2828
steps:
2929
- name: Checkout code

0 commit comments

Comments
 (0)