Skip to content

Commit

Permalink
Merge pull request #675 from miyagawa/github-ci-58
Browse files Browse the repository at this point in the history
Update CI perl versions
  • Loading branch information
miyagawa committed Apr 26, 2024
2 parents 68061bf + 1715aa1 commit 79e8ddd
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -11,15 +11,29 @@ jobs:
run:
shell: 'script -q -e -c "bash {0}"' # create TTY so that -t STDIN works
strategy:
fail-fast: false
matrix:
perl-version:
- '5.8-buster'
- '5.10-buster'
- 'latest'
- '5.12-buster'
- '5.14-buster'
- '5.16-buster'
- '5.18-buster'
- '5.20-buster'
- '5.22-buster'
- '5.24-buster'
- '5.26-buster'
- '5.28-buster'
- '5.30-buster'
- '5.32-buster'
- '5.34-buster'
- '5.36-buster'
- '5.38-buster'
- 'devel'
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
perl App-cpanminus/cpanm -nq App::cpanminus
Expand Down

0 comments on commit 79e8ddd

Please sign in to comment.