Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Jun 23, 2023
1 parent 619910c commit bf3e365
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -3,21 +3,25 @@ name: Ruby
on:
push:
branches:
- master
- main

pull_request:

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
fail-fast: false
matrix:
ruby:
- '3.0.2'
os: [ubuntu-latest]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: before_setup
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit bf3e365

Please sign in to comment.