There was an error while loading. Please reload this page.
1 parent a5b6141 commit 67187e0Copy full SHA for 67187e0
1 file changed
.github/workflows/tests.yml
@@ -13,13 +13,12 @@ jobs:
13
matrix:
14
config:
15
# [Python version, tox env]
16
- - ["3.6", "plone52-py36"]
17
- ["3.7", "plone52-py37"]
18
- ["3.8", "plone52-py38"]
19
- ["3.9", "plone60-py39"]
20
- ["3.10", "plone60-py310"]
21
- ["3.11", "plone60-py311"]
22
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
23
name: ${{ matrix.config[1] }}
24
steps:
25
- uses: actions/checkout@v3
@@ -64,7 +63,7 @@ jobs:
64
63
- ["plone50-py27", "plone/test-with-tox:5.0-2.7"]
65
- ["plone51-py27", "plone/test-with-tox:5.1-2.7"]
66
- ["plone52-py27", "plone/test-with-tox:5.2-2.7"]
67
68
container:
69
image: ${{ matrix.config[1] }}
70
name: ${{ matrix.config[0] }}
0 commit comments