From: Tom Hughes Date: Wed, 14 Aug 2024 17:51:29 +0000 (+0100) Subject: Add ruby 3.3 to test matrix X-Git-Tag: live~759 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ea397bb5ef9e2a2c77b2395bd23bf23611b9f5ab?ds=sidebyside;hp=--cc Add ruby 3.3 to test matrix --- ea397bb5ef9e2a2c77b2395bd23bf23611b9f5ab diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34405f778..46ab75482 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', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] runs-on: ubuntu-${{ matrix.ubuntu }} env: RAILS_ENV: test