Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Nov 27, 2023
1 parent 5cd5cab commit 2ced21b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs_build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

strategy:
matrix:
docker_tags: [release-3_16, release-3_18, release-3_20, release-3_22, release-3_24, latest]
docker_tags: [release-3_16, release-3_18, release-3_20, release-3_22, release-3_24, release-3_30, release-3_34, latest]

steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker pull and create qgis-testing-environment
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
architecture: 'x64'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install packages
run: |
Expand Down

0 comments on commit 2ced21b

Please sign in to comment.