summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2024-12-05 18:06:47 -0700
committermo khan <mo@mokhan.ca>2024-12-05 18:06:47 -0700
commitc8706c1d94f43a78348b6fb51147f4d01e7143ff (patch)
treec0212bf74a4ab91f51f45719aa1d2e6bc2f5726c /.github/workflows/ci.yml
parent41247b2685f8e01db14880147006f25465c4e95f (diff)
chore: upgrade to min ruby of 3.2main
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c0ba17e..f5e8556 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['3.1', '3.2', '3.3', '3.4']
+ ruby-version: ['3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
- ruby-version: '3.1'
+ ruby-version: '3.2'
bundler-cache: true
- name: Running style checks…
run: sh bin/style
@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
- ruby-version: '3.1'
+ ruby-version: '3.2'
bundler-cache: true
- name: Running audit…
run: sh bin/audit