We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c0850 commit fe6f850Copy full SHA for fe6f850
.github/workflows/draft_api.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Ruby
12
uses: ruby/setup-ruby@v1
13
with:
14
- ruby-version: '3.3'
+ ruby-version: '3.4'
15
- name: Install ZMQ and CZMQ
16
run: |
17
export PKG_CONFIG_PATH=$HOME/lib/pkgconfig # custom libs (for linking)
.github/workflows/stable_api.yml
@@ -12,6 +12,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
+ - '3.4'
steps:
- uses: actions/checkout@v4
18
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments