Skip to content

Upgrade geotools to latest stable 30.1, and geoserver stable version to 2.24.1 #120

Upgrade geotools to latest stable 30.1, and geoserver stable version to 2.24.1

Upgrade geotools to latest stable 30.1, and geoserver stable version to 2.24.1 #120

Workflow file for this run

# Builds and pushes docker images on main and tags
name: Test GeoSever plugin
on:
push:
branches:
- '**'
pull_request:
branches: [ main ]
jobs:
test-gs-dev-plugin:
name: GeoServer dev plugin tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: |
make plugin-test-gs-dev
test-gs-stable-plugin:
name: GeoServer stable plugin tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: |
make plugin-test-gs-stable