From ea397bb5ef9e2a2c77b2395bd23bf23611b9f5ab Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 14 Aug 2024 18:51:29 +0100 Subject: [PATCH] Add ruby 3.3 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5