Skip to content

Commit 86f4c52

Browse files
author
Davide Fantuzzi
committed
add tests for neo4j 4.3
1 parent 0f31e24 commit 86f4c52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unit and Integration Tests
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ '**' ]
66

77
jobs:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Unit and Integration Tests
22

33
on:
4-
pull_request:
5-
branches: [ '**' ]
4+
push:
5+
branches: ["main"]
66

77
jobs:
88
tests:
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php-version: ['7.4', '8']
14-
neo4j-version: ["3.5", "4.0", "4.1", "4.2"]
14+
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3"]
1515
name: "Running Tests for PHP ${{ matrix.php-version }} on Neo4j ${{ matrix.neo4j-version }}"
1616

1717
container:

0 commit comments

Comments
 (0)