Merge pull request #147 from go-enry/fix-ci-python

ci: fix Python profile after ubuntu-latest 20.04->22.04 update
This commit is contained in:
Alex
2022-12-01 22:00:15 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.7, 3.8, 3.9]
platform: [ubuntu-latest, macos-latest] platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps: