Skip to content

Fixes to support Ubuntu 24.04 #34

Fixes to support Ubuntu 24.04

Fixes to support Ubuntu 24.04 #34

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
strategy:
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
os: ["ubuntu-22.04", "ubuntu-24.04"]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: latest
rubygems: 3.1.2
- name: Compile
run: bundle exec rake compile