]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Drop support for ruby 3.0
[rails.git] / .github / workflows / tests.yml
index 46ab75482815eb90b5d9aa23f7a8ac8e4418f6f5..6e2b77059d1d4df4204cad333906129a299f1732 100644 (file)
@@ -10,8 +10,8 @@ jobs:
     name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
     strategy:
       matrix:
-        ubuntu: [20.04, 22.04]
-        ruby: ['3.0', '3.1', '3.2', '3.3']
+        ubuntu: [22.04, 24.04]
+        ruby: ['3.1', '3.2', '3.3']
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test