Skip to content

Commit

Permalink
Update Ruby version in GitHub Actions workflow to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Dec 25, 2024
1 parent 5d768fe commit 471e37a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation

Expand All @@ -32,6 +32,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- ruby-head
- jruby-9.4
task:
Expand All @@ -53,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rake spec

Expand All @@ -73,7 +74,7 @@ jobs:
cat Gemfile.local
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rubocop -V
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
Expand All @@ -94,7 +95,7 @@ jobs:
cat Gemfile.local
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rubocop -V
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
Expand All @@ -116,7 +117,7 @@ jobs:
EOF
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: NO_COVERAGE=true bundle exec rake spec

Expand Down

0 comments on commit 471e37a

Please sign in to comment.