Skip to content

Commit fe6f850

Browse files
committed
run CI with Ruby 3.4
1 parent c1c0850 commit fe6f850

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/draft_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Ruby
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: '3.3'
14+
ruby-version: '3.4'
1515
- name: Install ZMQ and CZMQ
1616
run: |
1717
export PKG_CONFIG_PATH=$HOME/lib/pkgconfig # custom libs (for linking)

.github/workflows/stable_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- '3.1'
1313
- '3.2'
1414
- '3.3'
15+
- '3.4'
1516
steps:
1617
- uses: actions/checkout@v4
1718
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)