]> git.openstreetmap.org Git - rails.git/commitdiff
Add ruby 3.3 to test matrix
authorTom Hughes <tom@compton.nu>
Wed, 14 Aug 2024 17:51:29 +0000 (18:51 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 14 Aug 2024 17:56:03 +0000 (18:56 +0100)
.github/workflows/tests.yml

index 34405f778d0672bf5a350c16e135211d3df67e0d..46ab75482815eb90b5d9aa23f7a8ac8e4418f6f5 100644 (file)
@@ -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