Skip to content

Commit 596e963

Browse files
committed
fixed typo
1 parent 7800d13 commit 596e963

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
php_version: ${{ matrix.php-version }}
3636
memory_limit: 1024M
3737
version: 9
38-
testsuite: integration
38+
testsuite: Integration
3939
bootstrap: vendor/autoload.php

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
php_version: ${{ matrix.php-version }}
3737
memory_limit: 1024M
3838
version: 9
39-
testsuite: integration
39+
testsuite: Integration
4040
bootstrap: vendor/autoload.php
4141

4242
services:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112
php_version: ${{ matrix.php-version }}
113113
memory_limit: 1024M
114114
version: 9
115-
testsuite: integration
115+
testsuite: Integration
116116
bootstrap: vendor/autoload.php

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
php_version: ${{ matrix.php-version }}
5353
memory_limit: 1024M
5454
version: 9
55-
testsuite: integration
55+
testsuite: Integration
5656
bootstrap: vendor/autoload.php

0 commit comments

Comments
 (0)