Drop support for Ubuntu 18.04

This commit is contained in:
Tom Hughes 2022-03-02 19:44:21 +00:00
parent aef7439c56
commit e9a3e690d2

View 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: