Skip to content

Commit

Permalink
Bump max Java version to 21. Closes OpenRefine#6087
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Oct 15, 2023
1 parent 5d8d9d1 commit 53de51f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
linux_server_tests:
strategy:
matrix:
java: [ 11, 20 ]
java: [ 11, 21 ]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -122,11 +122,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Java 20
- name: Set up Java 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
java-version: 21
cache: 'maven'

- name: Check Java linting
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<properties>
<java.minversion>11</java.minversion>
<java.maxversion>20</java.maxversion>
<java.maxversion>21</java.maxversion>
<jee.path>/</jee.path>
<jee.port>3333</jee.port>
<refine.data>/tmp/refine</refine.data>
Expand Down

0 comments on commit 53de51f

Please sign in to comment.