X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d418edd7778728315eac9a61c3fdc237f803b878..e9a3e690d29a23e675189fd1411c4b0fbedf18e2:/.github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d7c50350..65ebe5c2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: