Skip to content

Commit cb3a76f

Browse files
committed
remove tests for plone5
1 parent fd4c8d0 commit cb3a76f

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,17 @@ name: Tests
33
on:
44
push:
55
paths-ignore:
6-
- '**.md'
7-
- '**.rst'
6+
- "**.md"
7+
- "**.rst"
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python: ["3.8", "3.9", "3.10", "3.11"]
15-
plone: ["52", "60"]
14+
python: ["3.10", "3.11"]
15+
plone: ["60"]
1616
tz: ["UTC", "Europe/Rome"]
17-
exclude:
18-
- python: "3.8"
19-
plone: "60"
20-
- python: "3.9"
21-
plone: "52"
22-
- python: "3.10"
23-
plone: "52"
24-
- python: "3.11"
25-
plone: "52"
2617
steps:
2718
- uses: actions/checkout@v3
2819
- name: Cache eggs
@@ -63,9 +54,9 @@ jobs:
6354
needs: build
6455
runs-on: ubuntu-latest
6556
steps:
66-
- name: Finished
67-
run: |
68-
pip install --upgrade coveralls
69-
coveralls --service=github --finish
70-
env:
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
- name: Finished
58+
run: |
59+
pip install --upgrade coveralls
60+
coveralls --service=github --finish
61+
env:
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)