From 73579a8a94460c9c72a216ee9290073b6e6e59f0 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 12 Nov 2022 14:44:24 -0600 Subject: [PATCH] use ruby 3.1 with github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9008cb17..da1e1496 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: 2.6 + ruby-version: 3.1 bundler-cache: true - run: sudo apt-get -y install chromium-browser - run: bundle exec rake