Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dollerama authored Sep 11, 2024
1 parent 74f982d commit d3a12c2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@ jobs:
matrix:
perl-version:
- '5.38'
- '5.36'
- '5.34'
- '5.32'
- '5.30'
- '5.28'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
- '5.12'
- '5.10'

container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
Expand All @@ -47,4 +33,4 @@ jobs:
- name: perl -V
run: perl -V
- name: WrenDoc.PL
run: perl src/scripts/WrenDoc.PL -out src/scripts/Test.md -in src/scripts/io.wren
run: perl src/scripts/WrenDocs.PL -out src/scripts/Test.md -in src/scripts/io.wren

0 comments on commit d3a12c2

Please sign in to comment.