Skip to content

Add ruby-version

Add ruby-version #5

Workflow file for this run

name: Sync specs to ruby/spec
on: [push]
jobs:
sync-specs:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: {ruby-version: '3.4.7'}
- name: Checkout mspec repo
uses: actions/checkout@v3
with: {repository: 'ruby/mspec', path: 'mspec'}
- name: Sync JRuby specs
working-directory: 'mspec/tool/sync'
run: ruby sync-rubyspec.rb jruby