Skip to content

Commit

Permalink
Use modern java.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Feb 7, 2024
1 parent 39e0952 commit f353eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17' ]
java: [ '17', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
neo4j-version: [ "3.5", "3.5-enterprise", "4.4", "4.4-enterprise" ]
neo4j-version: [ "3.5", "3.5-enterprise", "4.4", "4.4-enterprise", "5" ]
services:
neo4j:
image: neo4j:${{ matrix.neo4j-version }}
Expand Down

0 comments on commit f353eb3

Please sign in to comment.