Skip to content

Commit f32ce12

Browse files
MSP-Gregsimi
authored andcommitted
CI: Add new Ruby versions, use actions/checkout@v4
1 parent 1a9015d commit f32ce12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ ubuntu, macos, windows ]
15-
ruby: [ 2.7, 3.0, 3.1, 3.2, head ]
15+
ruby: [ 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, head ]
1616
include:
1717
- { os: windows , ruby: mingw }
18+
- { os: windows , ruby: ucrt }
19+
- { os: windows , ruby: mswin }
1820
exclude:
1921
- { os: windows , ruby: head }
2022

2123
steps:
2224
- name: repo checkout
23-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2426

2527
- name: load ruby
2628
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)