Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

39 changes: 20 additions & 19 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,40 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4']
ruby: ['3.2', '3.3', '3.4', 'jruby-10.0']
env:
BUNDLE_WITHOUT: optional
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6.0.1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Tests for Ruby ${{ matrix.ruby }}
run: bundle exec rake
coverage:
needs: test
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: optional
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Publish code coverage
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bundle exec rake
# CodeClimate has become qlth.sh, this integration is currently broken.
# coverage:
# needs: test
# runs-on: ubuntu-latest
# env:
# BUNDLE_WITHOUT: optional
# steps:
# - uses: actions/[email protected]
# - uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
# - name: Publish code coverage
# uses: paambaati/codeclimate-action@v9
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# with:
# coverageCommand: bundle exec rake
yard:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: optional
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6.0.1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.2.9
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java adoptopenjdk-18.0.1+10
ruby 3.1.6
java adoptopenjdk-jre-21.0.9+10.0.LTS
ruby 3.2.9
Loading
Loading