Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Update GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Jan 9, 2020
1 parent be3dab8 commit 045542f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
name: SDN/RX and Spring Boot starter
runs-on: ubuntu-latest
env:
SDN_RX_NEO4J_REPOSITORY: neo4j/neo4j-experimental
SDN_RX_NEO4J_VERSION: 4.0.0-beta03mr03
SDN_RX_NEO4J_REPOSITORY: neo4j
SDN_RX_NEO4J_VERSION: 4.0.0
steps:
- uses: actions/checkout@v1
- name: Set up JDK
Expand All @@ -34,8 +34,8 @@ jobs:
name: Verify examples with ${{ matrix.java }}
runs-on: ubuntu-latest
env:
SDN_RX_NEO4J_REPOSITORY: neo4j/neo4j-experimental
SDN_RX_NEO4J_VERSION: 4.0.0-beta03mr03
SDN_RX_NEO4J_REPOSITORY: neo4j
SDN_RX_NEO4J_VERSION: 4.0.0
strategy:
matrix:
java: [ '11', '13' ]
Expand Down

0 comments on commit 045542f

Please sign in to comment.