From d07dfea5e0866590a91ec1df4272064a5b8c1ee9 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 23 Jan 2020 16:16:16 +0100 Subject: [PATCH] Remove 19.04 from tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f826fc..2e63964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-16.04 strategy: matrix: - UBUNTU_VERSION: ["18.04", "19.04", "19.10"] + UBUNTU_VERSION: ["18.04", "19.10"] steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-16.04 strategy: matrix: - UBUNTU_VERSION: ["18.04", "19.04", "19.10"] + UBUNTU_VERSION: ["18.04", "19.10"] steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1