Skip to content

Commit a4729c1

Browse files
committed
Bump CI Perls
1 parent 9449973 commit a4729c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ jobs:
1818
# All supported Perl versions except latest.
1919
perl: [
2020
'5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26',
21-
'5.28', '5.30', '5.32', '5.34'
21+
'5.28', '5.30', '5.32', '5.34', '5.36', '5.38',
2222
]
2323

2424
# Variants of the latest Perl.
2525
include:
2626
- no-memcached: true
2727
os: macos-latest
28-
perl: '5.36'
28+
perl: '5.40'
2929

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

3434
- name: ' (no memcached)'
3535
no-memcached: true
3636
os: ubuntu-latest
37-
perl: '5.36'
37+
perl: '5.40'
3838

3939
# This is effectively our normal one, author with ithreads.
4040
- name: ' (author, ithread)'
4141
author: true
4242
ithread: true
4343
os: ubuntu-latest
44-
perl: '5.36'
44+
perl: '5.40'
4545

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

0 commit comments

Comments
 (0)