From: Tom Hughes Date: Tue, 19 Jul 2022 16:13:09 +0000 (+0100) Subject: Run tests on ubuntu 20.04 and 22.04 with ruby 3.1 X-Git-Tag: live~1427^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8b92cf9e90acc49159a3a8184014521966880e1e Run tests on ubuntu 20.04 and 22.04 with ruby 3.1 Ubuntu 22.04 actually uses ruby 3.0 but ruby/setup-ruby currently only supports ruby 3.1 there so this is the best we can do. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 504bb94ab..2ee32c449 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,8 +10,8 @@ jobs: name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }} strategy: matrix: - ubuntu: [20.04] - ruby: [2.7, 3.0] + ubuntu: [20.04, 22.04] + ruby: [2.7, 3.0, 3.1] runs-on: ubuntu-${{ matrix.ubuntu }} env: RAILS_ENV: test