File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,14 @@ jobs:
25
25
- uses : php-actions/composer@v6
26
26
with :
27
27
progress : yes
28
- php_version : 8.0
28
+ php_version : 8.1
29
29
version : 2
30
30
- name : clean database
31
31
run : CONNECTION=$CONNECTION php tests/clean-database.php
32
32
- uses : php-actions/phpunit@v3
33
33
with :
34
34
configuration : phpunit.xml.dist
35
- php_version : 8.0
35
+ php_version : 8.1
36
36
memory_limit : 1024M
37
- version : 9
38
37
testsuite : Integration
39
38
bootstrap : vendor/autoload.php
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
env :
15
15
CONNECTION : neo4j://neo4j:testtest@localhost:7688
16
- name : " Running on PHP 8.0 in a Neo4j 4.4 cluster"
16
+ name : " Running on PHP 8.1 in a Neo4j 4.4 cluster"
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
@@ -25,14 +25,13 @@ jobs:
25
25
- uses : php-actions/composer@v6
26
26
with :
27
27
progress : yes
28
- php_version : 8.0
28
+ php_version : 8.1
29
29
version : 2
30
30
- uses : php-actions/phpunit@v3
31
31
with :
32
32
configuration : phpunit.xml.dist
33
- php_version : 8.0
33
+ php_version : 8.1
34
34
memory_limit : 1024M
35
- version : 9
36
35
testsuite : Integration
37
36
bootstrap : vendor/autoload.php
38
37
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
env :
15
15
CONNECTION : neo4j://neo4j:testtest@localhost:7687
16
- name : " Running on PHP 8.0 with a Neo4j 5.10-enterprise cluster"
16
+ name : " Running on PHP 8.1 with a Neo4j 5.10-enterprise cluster"
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
@@ -25,14 +25,13 @@ jobs:
25
25
- uses : php-actions/composer@v6
26
26
with :
27
27
progress : yes
28
- php_version : 8.0
28
+ php_version : 8.1
29
29
version : 2
30
30
- uses : php-actions/phpunit@v3
31
31
with :
32
32
configuration : phpunit.xml.dist
33
- php_version : 8.0
33
+ php_version : 8.1
34
34
memory_limit : 1024M
35
- version : 9
36
35
testsuite : Integration
37
36
bootstrap : vendor/autoload.php
38
37
You can’t perform that action at this time.
0 commit comments