Skip to content

Commit f3954ba

Browse files
authored
Typo in Github workflow
1 parent a1f199a commit f3954ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: 'Integration test 2 - linting own code'
124124
run: ./parallel-lint --exclude vendor --exclude tests/examples .
125125

126-
- name: 'Run unit tests PHP 5.4, 5.5'
126+
- name: 'Run unit tests PHP <= 5.5'
127127
if: ${{ matrix.php < 5.6 }}
128128
run: composer testphp5
129129

0 commit comments

Comments
 (0)