Skip to content

Commit 8e0fb48

Browse files
committed
[CI] Adds Ruby 3.4
1 parent 290a33e commit 8e0fb48

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
matrix:
1414
setup:
1515
ruby:
16+
- "3.4"
1617
- "3.3"
1718
- "3.2"
1819
- "3.1"

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: 3
10+
ruby-version: '3.4'
1111
- name: Check license headers
1212
run: |
1313
ruby ./.github/check_license_headers.rb

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
rspec:
66
strategy:
77
matrix:
8-
ruby: ['3.2', '3.3', 'jruby-9.4']
8+
ruby: ['3.2', '3.3', '3.4', 'jruby-9.4']
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)