]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Update minimum ruby version to 3.2
[rails.git] / .github / workflows / tests.yml
index e478cd6d8353c4281ea2e4236903997550fa6ee4..841155bf643da3dcdee31b4ae284211dd9ed122a 100644 (file)
@@ -7,12 +7,11 @@ concurrency:
   cancel-in-progress: true
 jobs:
   test:
   cancel-in-progress: true
 jobs:
   test:
-    name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
+    name: Ruby ${{ matrix.ruby }}
     strategy:
       matrix:
     strategy:
       matrix:
-        ubuntu: [22.04, 24.04]
-        ruby: ['3.1', '3.2', '3.3', '3.4']
-    runs-on: ubuntu-${{ matrix.ubuntu }}
+        ruby: ['3.2', '3.3', '3.4']
+    runs-on: ubuntu-latest
     env:
       RAILS_ENV: test
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
     env:
       RAILS_ENV: test
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
@@ -65,7 +64,7 @@ jobs:
       uses: coverallsapp/github-action@v2.3.6
       with:
         github-token: ${{ secrets.github_token }}
       uses: coverallsapp/github-action@v2.3.6
       with:
         github-token: ${{ secrets.github_token }}
-        flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
+        flag-name: ruby-${{ matrix.ruby }}
         format: lcov
         parallel: true
   finish:
         format: lcov
         parallel: true
   finish: