Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 27, 2024
1 parent cc9fa33 commit bf756bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4.0-rc1"
ruby-version: "3.4.1"
bundler: none
- name: Install dependencies
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1', head]
ruby: ['3.1', '3.2', '3.3', '3.4', head]
rubyopt: [""]
job:
- test
include:
- ruby: head
job: stdlib_test rubocop
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: stdlib_test
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: test
rubyopt: "--enable-frozen-string-literal"
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: stdlib_test
rubyopt: "--enable-frozen-string-literal"
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: lexer templates compile confirm_lexer confirm_templates
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: rubocop validate test_doc build test_generate_stdlib raap
- ruby: "3.4.0-rc1"
- ruby: "3.4"
job: typecheck_test
env:
RANDOMIZE_STDLIB_TEST_ORDER: "true"
Expand Down

0 comments on commit bf756bc

Please sign in to comment.