Skip to content

Commit

Permalink
Update dependency camptocamp/c2cciutils to v1.1.48 (2.7) (#11769)
Browse files Browse the repository at this point in the history
* Update dependency camptocamp/c2cciutils to v1.1.48

* Remove support of QGIS LTR

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <[email protected]>
  • Loading branch information
renovate[bot] and sbrunner authored Mar 4, 2025
1 parent e8bca36 commit 51a857b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- '3.34'
- 3.34-gdal3.7
- 3.34-gdal3.8
- ltr

env:
MAIN_BRANCH: '2.7'
Expand All @@ -39,7 +38,6 @@ jobs:
success-3-34: ${{ steps.success.outputs.success-3-34 }}
success-3-34-gdal3-7: ${{ steps.success.outputs.success-3-34-gdal3-7 }}
success-3-34-gdal3-8: ${{ steps.success.outputs.success-3-34-gdal3-8 }}
success-ltr: ${{ steps.success.outputs.success-ltr }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -127,4 +125,3 @@ jobs:
- run: '[[ "${{ needs.main.outputs.success-3-34 }}" == "true" ]]'
- run: '[[ "${{ needs.main.outputs.success-3-34-gdal3-7 }}" == "true" ]]'
- run: '[[ "${{ needs.main.outputs.success-3-34-gdal3-8 }}" == "true" ]]'
- run: '[[ "${{ needs.main.outputs.success-ltr }}" == "true" ]]'
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.47/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.48/c2cciutils/schema.json

checks:
versions: false
Expand Down

0 comments on commit 51a857b

Please sign in to comment.