diff options
| author | mo khan <mo@mokhan.ca> | 2022-05-23 14:08:32 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-05-23 14:08:32 -0600 |
| commit | 79c6c4f7f287f0175e6172cb800220abc163833d (patch) | |
| tree | 85fa487c782ef3edf87c2e46cdfcc23f5fcca3ab | |
| parent | 974a414339ce35f7ce803b5e6355c65fe74e3ad7 (diff) | |
chore: use ruby 2.7 for style check
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f9d242..106a426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '2.7' bundler-cache: true - name: Running audit… run: sh bin/audit |
