Skip to content

Commit

Permalink
Set Java 17 as the baseline for this project (#683)
Browse files Browse the repository at this point in the history
* Set Java 17 as the baseline for this project

* gebruik postgis 17-3.5
  • Loading branch information
mprins authored Dec 24, 2024
1 parent 4704f64 commit 1e8fe04
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: 'maven'

- name: 'OWASP Dependency Check'
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/ubuntu-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
java: [ 17 ]
java_dist: [ 'temurin' ]
profile: [ hsqldb, postgresql ]
postgis: [ 16-3.4-alpine ]
postgis: [ 17-3.5-alpine ]
include:
- java: 17
java_dist: 'temurin'
postgis: 16-3.4-alpine
profile: 'postgresql'

- java: 21
java_dist: 'zulu'
postgis: 16-3.4-alpine
postgis: 17-3.5-alpine
profile: 'postgresql'

services:
Expand Down Expand Up @@ -99,7 +94,7 @@ jobs:
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
mssql: [ 2019-latest, 2022-latest ]
java: [ 11 ]
java: [ 17 ]
java_dist: [ 'zulu' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 17, 21 ]
java_dist: [ 'temurin' ]
oracle: [ 'oracle-xe:21.3.0-full', 'oracle-free:23.5-full' ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-windows-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'Set up JDK for build'
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'zulu'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</site>
</distributionManagement>
<properties>
<java.version>11</java.version>
<java.version>17</java.version>
<project.build.sourceVersion>${java.version}</project.build.sourceVersion>
<project.build.targetVersion>${java.version}</project.build.targetVersion>
<project.build.outputTimestamp>2024-11-19T08:26:30Z</project.build.outputTimestamp>
Expand Down

0 comments on commit 1e8fe04

Please sign in to comment.