Skip to content

Commit 7c57385

Browse files
authored
Fix indentation in windows.yml exclude section
1 parent 8cbbd4a commit 7c57385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
distribution:
3838
- 'default'
3939
- 'strawberry'
40-
exclude:
41-
- perl: '5.42'
42-
distribution: 'strawberry'
40+
exclude:
41+
- perl: '5.42'
42+
distribution: 'strawberry'
4343

4444
name: Perl ${{ matrix.perl }} distribution:${{ matrix.distribution }}
4545
steps:

0 commit comments

Comments
 (0)