diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-04 21:55:35 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-04 21:55:35 -0700 |
| commit | 85f5672bd849fa4abddc96c447a614b4682b88a8 (patch) | |
| tree | 2a9ab31c5090874004a143a1cf6e753516017a6e /.github/workflows/ci.yml | |
| parent | f00a92e6cd7c6bb211ee554a0701b356bb3974e4 (diff) | |
chore: use Ruby 3.0
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79971c2..cb72f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: submodules: recursive - uses: actions/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: '3.0' bundler-cache: true - run: ./bin/style audit: @@ -42,7 +42,7 @@ jobs: submodules: recursive - uses: actions/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: '3.0' bundler-cache: true - run: ./bin/audit docker: |
