From: Tom Hughes Date: Wed, 2 Mar 2022 19:44:21 +0000 (+0000) Subject: Drop support for Ubuntu 18.04 X-Git-Tag: live~1194^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e9a3e690d29a23e675189fd1411c4b0fbedf18e2 Drop support for Ubuntu 18.04 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef569e3e1..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: