Skip to content

Commit 67187e0

Browse files
authored
Upgrade ubuntu in GHA (#260)
* Upgrade to ubuntu 22.04 in GHA * Disable Python 3.6
1 parent a5b6141 commit 67187e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
matrix:
1414
config:
1515
# [Python version, tox env]
16-
- ["3.6", "plone52-py36"]
1716
- ["3.7", "plone52-py37"]
1817
- ["3.8", "plone52-py38"]
1918
- ["3.9", "plone60-py39"]
2019
- ["3.10", "plone60-py310"]
2120
- ["3.11", "plone60-py311"]
22-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2322
name: ${{ matrix.config[1] }}
2423
steps:
2524
- uses: actions/checkout@v3
@@ -64,7 +63,7 @@ jobs:
6463
- ["plone50-py27", "plone/test-with-tox:5.0-2.7"]
6564
- ["plone51-py27", "plone/test-with-tox:5.1-2.7"]
6665
- ["plone52-py27", "plone/test-with-tox:5.2-2.7"]
67-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-22.04
6867
container:
6968
image: ${{ matrix.config[1] }}
7069
name: ${{ matrix.config[0] }}

0 commit comments

Comments
 (0)