Skip to content

Commit

Permalink
Bump CI Perls
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Oct 26, 2024
1 parent 9449973 commit a4729c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ jobs:
# All supported Perl versions except latest.
perl: [
'5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26',
'5.28', '5.30', '5.32', '5.34'
'5.28', '5.30', '5.32', '5.34', '5.36', '5.38',
]

# Variants of the latest Perl.
include:
- no-memcached: true
os: macos-latest
perl: '5.36'
perl: '5.40'

- no-memcached: true
os: windows-2019 # FIXME windows-latest (aka 2022) fails.
perl: '5.36'
perl: '5.40'

- name: ' (no memcached)'
no-memcached: true
os: ubuntu-latest
perl: '5.36'
perl: '5.40'

# This is effectively our normal one, author with ithreads.
- name: ' (author, ithread)'
author: true
ithread: true
os: ubuntu-latest
perl: '5.36'
perl: '5.40'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a4729c1

Please sign in to comment.