]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Drop support for Ubuntu 18.04
[rails.git] / .github / workflows / tests.yml
index 1d7c5035041c6c97fced029598a6e50761c8bfe4..65ebe5c2d5b27a085baded6cd3db5a4fb4fb8cf5 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
     strategy:
       matrix:
-        ubuntu: [18.04, 20.04]
+        ubuntu: [20.04]
         ruby: [2.7, 3.0]
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
@@ -15,7 +15,7 @@ jobs:
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
     steps:
     - name: Checkout source
-      uses: actions/checkout@v2.4.0
+      uses: actions/checkout@v3
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
       with: