From: Tom Hughes Date: Sun, 16 Feb 2025 13:47:05 +0000 (+0000) Subject: Add ruby 3.4 to test matrix X-Git-Tag: live~191^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/fff01b5d6f69f6eed1efb8eb3107577623b87bfe?ds=sidebyside Add ruby 3.4 to test matrix --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfeb3d33a..156ed99e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: ubuntu: [22.04, 24.04] - ruby: ['3.1', '3.2', '3.3'] + ruby: ['3.1', '3.2', '3.3', '3.4'] runs-on: ubuntu-${{ matrix.ubuntu }} env: RAILS_ENV: test