Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
push:

jobs:
pyqt6-check:
uses: opengisch/qgis-plugin-ci/.github/workflows/pyqt6_test.yml@master
with:
plugin_path: ORSTools

test_3_16:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion ORStools/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]
name=ORS Tools
qgisMinimumVersion=3.4.8
qgisMaximumVersion=4.99
description=openrouteservice routing, isochrones and matrix calculations for QGIS
supportsQt6=True

version=2.1.0
author=HeiGIT gGmbH
Expand Down
Loading