Skip to content

Commit 5e563cf

Browse files
authored
Merge pull request #176 from bastelfreak/citune
CI: Drop Windows Ruby 3.1 testing
2 parents 2b9578a + e4a8c71 commit 5e563cf

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,15 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
cfg:
45-
- {os: ubuntu-24.04, ruby: '3.2'} # openssl 3
46-
- {os: ubuntu-24.04, ruby: '3.3'} # openssl 3
47-
- {os: ubuntu-24.04, ruby: '3.4'} # openssl 3
45+
- {os: ubuntu-24.04, ruby: '3.2'}
46+
- {os: ubuntu-24.04, ruby: '3.3'}
47+
- {os: ubuntu-24.04, ruby: '3.4'}
4848
- {os: ubuntu-24.04, ruby: 'jruby-9.4'}
4949
- {os: ubuntu-24.04, ruby: 'jruby-9.4.8.0'}
5050
- {os: ubuntu-24.04, ruby: 'jruby-9.4.13.0'}
51-
- {os: windows-2025, ruby: '3.1'}
52-
- {os: windows-2025, ruby: '3.2'} # openssl 3
53-
- {os: windows-2025, ruby: '3.3'} # openssl 3
54-
- {os: windows-2025, ruby: '3.4'} # openssl 3
51+
- {os: windows-2025, ruby: '3.2'}
52+
- {os: windows-2025, ruby: '3.3'}
53+
- {os: windows-2025, ruby: '3.4'}
5554

5655
runs-on: ${{ matrix.cfg.os }}
5756
steps:

0 commit comments

Comments
 (0)