Skip to content

update version

update version #346

Workflow file for this run

on: push
name: cibuild on push
jobs:
build:
name: "GitHub Pages Tests"
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.0
- 3.4
steps:
- uses: actions/checkout@v4
- name: script/cibuild-docker
run: script/cibuild-docker
env:
RUBY_VERSION: ${{ matrix.ruby }}