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,21 +29,32 @@ jobs:
2829 perl : ' 5.40'
2930
3031 - no-memcached : true
31- os : windows-2019 # FIXME windows-latest (aka 2022) fails.
32+ os : windows-2019
3233 perl : ' 5.40'
3334
34- - name : ' (no memcached)'
35- no-memcached : true
36- os : ubuntu-latest
35+ - no-memcached : true
36+ os : windows-2022
3737 perl : ' 5.40'
3838
39- # This is effectively our normal one, author with ithreads.
40- - name : ' (author, ithread)'
41- author : true
42- ithread : true
43- os : ubuntu-latest
39+ - no-memcached : true
40+ os : windows-2025
4441 perl : ' 5.40'
4542
43+ # - name: ' (no memcached)'
44+ # no-memcached: true
45+ # os: ubuntu-latest
46+ # perl: '5.40'
47+
48+ # This is effectively our normal one, author with ithreads.
49+ # - name: ' (author, ithread)'
50+ # author: true
51+ # ithread: true
52+ # os: ubuntu-latest
53+ # perl: '5.40'
54+
55+ # Windows 2025 isn't yet working, I suspect a perl issue.
56+ continue-on-error : ${{ matrix.os == 'windows-2025' }}
57+
4658 runs-on : ${{ matrix.os }}
4759
4860 name : v${{ matrix.perl }} on ${{ matrix.os }}${{ matrix.name }}
0 commit comments