We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb76ada commit fb34e60Copy full SHA for fb34e60
.github/workflows/ci.yml
@@ -7,9 +7,9 @@ on:
7
types: [prereleased, released]
8
env:
9
TESTING_IMAGE_NAME: geospaas_rest_api_tests
10
- GEOSPAAS_PROCESSING_VERSION: 3.8.0
11
- GEOSPAAS_HARVESTING_VERSION: 3.8.0
12
- METANORM_VERSION: 4.1.2
+ GEOSPAAS_PROCESSING_VERSION: '3.8.6.dev0'
+ GEOSPAAS_HARVESTING_VERSION: '3.13.1'
+ METANORM_VERSION: 4.5.2
13
jobs:
14
tests:
15
name: Run unit tests and build package
0 commit comments