Skip to content

[ci] Add QGIS 3.34.1 to unit test platforms #53

[ci] Add QGIS 3.34.1 to unit test platforms

[ci] Add QGIS 3.34.1 to unit test platforms #53

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- master
- release-**
pull_request:
branches:
- "**"
release:
types: ["prereleased", "released"]
jobs:
# Run unit tests
test:
runs-on: ubuntu-22.04
strategy:
matrix:
qgis_version: [final-3_28_13, final-3_34_1] # We could eventually add more, e.g., latest
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Test on QGIS
run: docker-compose -f .docker/docker-compose.yml run qgis