We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb404b9 commit 5ea2b47Copy full SHA for 5ea2b47
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2019, windows-2022, windows-2025 ]
+ os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2019, windows-2022, windows-2025 ]
21
ruby: [
22
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', ruby-head,
23
jruby, jruby-head,
0 commit comments