Skip to content

Commit c5ac209

Browse files
committed
Debug windows CI update
1 parent 16a1c7d commit c5ac209

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717

1818
# All supported Perl versions except latest.
1919
perl: [
20-
'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', '5.36', '5.38',
20+
#'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', '5.36', '5.38',
22+
'5.40',
2223
]
2324

2425
# Variants of the latest Perl.
@@ -28,20 +29,20 @@ jobs:
2829
perl: '5.40'
2930

3031
- no-memcached: true
31-
os: windows-2019 # FIXME windows-latest (aka 2022) fails.
32+
os: windows-2025 # FIXME windows-latest (aka 2022) fails.
3233
perl: '5.40'
3334

34-
- name: ' (no memcached)'
35-
no-memcached: true
36-
os: ubuntu-latest
37-
perl: '5.40'
35+
#- name: ' (no memcached)'
36+
# no-memcached: true
37+
# os: ubuntu-latest
38+
# perl: '5.40'
3839

3940
# This is effectively our normal one, author with ithreads.
40-
- name: ' (author, ithread)'
41-
author: true
42-
ithread: true
43-
os: ubuntu-latest
44-
perl: '5.40'
41+
#- name: ' (author, ithread)'
42+
# author: true
43+
# ithread: true
44+
# os: ubuntu-latest
45+
# perl: '5.40'
4546

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

0 commit comments

Comments
 (0)