Skip to content

Merge pull request #1103 from hmzasif/cy-locale #306

Merge pull request #1103 from hmzasif/cy-locale

Merge pull request #1103 from hmzasif/cy-locale #306

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
- run: bundle exec rake