diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-10 09:05:19 +0000 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-10 09:05:19 +0000 |
commit | 6a4710168b57f2c05f4281b51736b62a4b6ea0aa (patch) | |
tree | e9bb21c9c822d7132598d3f2b4ac142a6f73f31b /.github/workflows | |
parent | debian: switch to egor@tensin.name (diff) | |
parent | switch to egor@tensin.name (diff) | |
download | linux-status-6a4710168b57f2c05f4281b51736b62a4b6ea0aa.tar.gz linux-status-6a4710168b57f2c05f4281b51736b62a4b6ea0aa.zip |
Merge tag 'v2.4.5' into debian
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71227f3..1725bcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,8 @@ jobs: test: strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] - # Unpin when this is fixed: - # https://github.com/actions/setup-python/issues/544 - runs-on: ubuntu-20.04 + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x'] + runs-on: ubuntu-latest name: 'Python ${{ matrix.python-version }}' steps: - name: Checkout |