Skip to content

Commit

Permalink
Update test-n-publish.yml
Browse files Browse the repository at this point in the history
Remove ubuntu 16.04 and 18.04, add 22.04. Quoting for python versions
  • Loading branch information
TomTheBear authored Jul 13, 2023
1 parent abcec6b commit af9bd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af9bd84

Please sign in to comment.