]> git.openstreetmap.org Git - rails.git/commitdiff
Add ruby 3.0 to test matrix
authorTom Hughes <tom@compton.nu>
Thu, 13 May 2021 17:21:50 +0000 (18:21 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 May 2021 17:32:39 +0000 (18:32 +0100)
.github/workflows/tests.yml

index 12a515759b671b01fc4734890714228f356dca1f..ee2a85862bbd7599c361af83b0136dc400230619 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     strategy:
       matrix:
         ubuntu: [18.04, 20.04]
-        ruby: [2.5, 2.7]
+        ruby: [2.5, 2.7, 3.0]
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test