Skip to content

Commit a00a82d

Browse files
committed
CI: Fix indendation in version matrix
1 parent c721107 commit a00a82d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
matrix:
88
os: [ubuntu-latest]
99
perl:
10-
- '5.16'
11-
- '5.20'
12-
- '5.26'
13-
- '5.30'
14-
- '5.34'
15-
- '5.38'
16-
- '5.40'
17-
- latest
10+
- '5.16'
11+
- '5.20'
12+
- '5.26'
13+
- '5.30'
14+
- '5.34'
15+
- '5.38'
16+
- '5.40'
17+
- latest
1818
include:
1919
- os: macos-latest
2020
perl: '5.26'

0 commit comments

Comments
 (0)