Skip to content

Fix platform-specific gem builds and add trusted publishing #92

Fix platform-specific gem builds and add trusted publishing

Fix platform-specific gem builds and add trusted publishing #92

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
BUNDLE_WITHOUT: "development"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ ruby-3.2, ruby-3.3, ruby-3.4, ruby-4.0, jruby-10.0, truffleruby ]
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: bundle exec rake test
run: bundle exec rake test