Skip to content

Commit 1d827af

Browse files
committed
Add CI build for Ruby 3.2 on Ubuntu
1 parent b63c34b commit 1d827af

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ on:
1010
jobs:
1111
continuous_integration_build:
1212
continue-on-error: true
13-
1413
strategy:
1514
fail-fast: false
1615
matrix:
17-
ruby: [2.7, 3.0, 3.1, head, jruby-9.4.0.0, jruby-head]
16+
ruby: [2.7, 3.0, 3.1, 3.2, head]
1817
operating-system: [ubuntu-latest]
1918
include:
20-
- ruby: 3.1
19+
- ruby: jruby-head
20+
operating-system: ubuntu-latest
21+
- ruby: 3.0
2122
operating-system: windows-latest
22-
# - ruby: jruby-9.4.0.0
23-
# operating-system: windows-latest
23+
# - ruby: jruby-head
24+
# operating-system: windows-latest
25+
# - ruby: truffleruby-head
26+
# operating-system: ubuntu-latest
2427

2528
name: Ruby ${{ matrix.ruby }} on ${{ matrix.operating-system }}
2629

0 commit comments

Comments
 (0)