Skip to content

Commit bf756bc

Browse files
committed
Update CI config
1 parent cc9fa33 commit bf756bc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: "3.4.0-rc1"
19+
ruby-version: "3.4.1"
2020
bundler: none
2121
- name: Install dependencies
2222
run: |

.github/workflows/ruby.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1', head]
16+
ruby: ['3.1', '3.2', '3.3', '3.4', head]
1717
rubyopt: [""]
1818
job:
1919
- test
2020
include:
2121
- ruby: head
2222
job: stdlib_test rubocop
23-
- ruby: "3.4.0-rc1"
23+
- ruby: "3.4"
2424
job: stdlib_test
25-
- ruby: "3.4.0-rc1"
25+
- ruby: "3.4"
2626
job: test
2727
rubyopt: "--enable-frozen-string-literal"
28-
- ruby: "3.4.0-rc1"
28+
- ruby: "3.4"
2929
job: stdlib_test
3030
rubyopt: "--enable-frozen-string-literal"
31-
- ruby: "3.4.0-rc1"
31+
- ruby: "3.4"
3232
job: lexer templates compile confirm_lexer confirm_templates
33-
- ruby: "3.4.0-rc1"
33+
- ruby: "3.4"
3434
job: rubocop validate test_doc build test_generate_stdlib raap
35-
- ruby: "3.4.0-rc1"
35+
- ruby: "3.4"
3636
job: typecheck_test
3737
env:
3838
RANDOMIZE_STDLIB_TEST_ORDER: "true"

0 commit comments

Comments
 (0)