Skip to content

Commit

Permalink
gha (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Jan 21, 2025
1 parent c2dadf9 commit 61e77c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ jobs:
strategy:
max-parallel: 4
matrix:
python: ["3.7"]
python: ["3.8"]
plone: ["52"]
# exclude:
# - python: "3.7"
# plone: "51"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Cache eggs
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: eggs
key: ${{ runner.OS }}-build-python${{ matrix.python }}-${{ matrix.plone }}
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand Down

0 comments on commit 61e77c0

Please sign in to comment.