Skip to content

Commit

Permalink
Disable plugin test against GeoServer 2.24-SNAPSHOT until migrating o…
Browse files Browse the repository at this point in the history
…rg.opengis to org.geotools.api
  • Loading branch information
groldan committed Sep 11, 2023
1 parent d624a81 commit f552a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
gs-profile: ["gs_dev", "gs_stable", "gs_maintenance"]
gs-profile: ["gs_stable", "gs_maintenance"]
# gs-profile: ["gs_dev", "gs_stable", "gs_maintenance"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f552a4b

Please sign in to comment.