Skip to content

chore(ci): test against multiple ruby versions #48

chore(ci): test against multiple ruby versions

chore(ci): test against multiple ruby versions #48

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
ruby_version:
- '3.1'
- '3.2'
- '3.3'
runs-on: ${{ matrix.os }}
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby_version }}'
bundler-cache: true
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: bashly --version