Skip to content

Commit 02673fd

Browse files
tisbabnoordhuis
authored andcommitted
Add Ruby 3.4 to build (rubyjs#339)
1 parent 839043c commit 02673fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os:
1515
- "macos-13"
1616
- "macos-14" # arm64
17-
- "macos-15"
17+
- "macos-15" # arm64
1818
- "ubuntu-20.04"
1919
ruby:
2020
- "truffleruby+graalvm"
@@ -58,6 +58,7 @@ jobs:
5858
- "ruby-3.1"
5959
- "ruby-3.2"
6060
- "ruby-3.3"
61+
- "ruby-3.4"
6162

6263
name: ${{ matrix.os }} - ${{ matrix.ruby }}
6364
runs-on: ${{ matrix.os }}
@@ -88,6 +89,7 @@ jobs:
8889
- "3.1"
8990
- "3.2"
9091
- "3.3"
92+
- "3.4"
9193
platform:
9294
- "amd64"
9395
- "arm64"

0 commit comments

Comments
 (0)