From: Tom Hughes Date: Mon, 11 Dec 2023 17:18:34 +0000 (+0000) Subject: Run tests on ruby 3.2 X-Git-Tag: live~398 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/67b0b5b885b8c488986260617775548fd5a5acc5 Run tests on ruby 3.2 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2588a737f..f2fa6763a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: ubuntu: [20.04, 22.04] - ruby: ['3.0', '3.1'] + ruby: ['3.0', '3.1', '3.2'] runs-on: ubuntu-${{ matrix.ubuntu }} env: RAILS_ENV: test