Skip to content

feat(ci): Bump checkout to v4; Bump ci test to non-rol Ruby #122

feat(ci): Bump checkout to v4; Bump ci test to non-rol Ruby

feat(ci): Bump checkout to v4; Bump ci test to non-rol Ruby #122

Workflow file for this run

name: Ruby
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
steps:
- run: |
sudo apt install -y libarchive-tools lintian cpanminus
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
bundle exec rspec
env:
SHELL: /usr/bin/bash