Skip to content

Commit b6b6e91

Browse files
committed
ci: Update names to use matrix values for PHP version
1 parent 682a111 commit b6b6e91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php: [8.1, 8.3]
1717
env:
1818
CONNECTION: neo4j://neo4j:testtest@localhost:7688
19-
name: "Running on PHP 8.1 in a Neo4j 4.4 cluster"
19+
name: "Running on PHP ${{ matrix.php }} in a Neo4j 4.4 cluster"
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php: [8.1, 8.3]
1717
env:
1818
CONNECTION: neo4j://neo4j:testtest@localhost:7687
19-
name: "Running on PHP 8.1 with a Neo4j 5.20-enterprise cluster"
19+
name: "Running on PHP ${{ matrix.php }} with a Neo4j 5.20-enterprise cluster"
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/integration-test-single-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php: [8.1, 8.3]
17-
name: "Running on PHP 8.1 with a Neo4j 4 instance connecting over all available protocols"
17+
name: "Running on PHP ${{ matrix.php }} with a Neo4j 4 instance connecting over all available protocols"
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
php: [8.1, 8.3]
52-
name: "Running on PHP 8.1 with a Neo4j 5 instance connecting over all available protocols"
52+
name: "Running on PHP ${{ matrix.php }} with a Neo4j 5 instance connecting over all available protocols"
5353

5454
steps:
5555
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)