From af9bd84892ec6ebf50c0029cef27b55a773e81b6 Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Thu, 13 Jul 2023 14:17:18 +0200 Subject: [PATCH] Update test-n-publish.yml Remove ubuntu 16.04 and 18.04, add 22.04. Quoting for python versions --- .github/workflows/test-n-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-n-publish.yml b/.github/workflows/test-n-publish.yml index 08c1bdf..136bf66 100644 --- a/.github/workflows/test-n-publish.yml +++ b/.github/workflows/test-n-publish.yml @@ -7,8 +7,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15] - python-version: [3.7, 3.8, 3.9, 3.10, 3.11] + os: [ubuntu-20.04, ubuntu-22.04, macos-10.15] + python-version: ["3.7", "3.82", "3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} steps: