Skip to content

Commit

Permalink
Merge pull request #181 from ember-nexus/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade PHP dependencies and upgrade feature tests to use Neo4j 5.13.
  • Loading branch information
Syndesi authored Oct 29, 2023
2 parents 7d5b5f0 + 8ef5a90 commit 0ec90e8
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
matrix:
dockerCompose:
- "neo4j-5.1"
- "neo4j-5.11"
- "neo4j-5.12"
- "neo4j-5.13"
steps:
- uses: actions/checkout@v3
- run: mkdir -p /tmp/docker
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update readme and docker image labels.
- Increase reference dataset version to 0.0.16, skipped 0.0.15 and 0.0.14 due to erroneous releases.
- Upgrade PHP to 8.2.12, closes #176.
- Upgrade PHP dependencies and upgrade feature tests to use Neo4j 5.13.
### Fixed
- Fix index endpoint to include elements which are directly owned or are accessible. Fixes #163.

Expand Down
Loading

0 comments on commit 0ec90e8

Please sign in to comment.