Skip to content

Commit 2a11d50

Browse files
stefanak-michaltransistive
authored andcommitted
raised php versions. removed forced value for phpunit, let it be taken from composer.
1 parent 8335f8b commit 2a11d50

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525
- uses: php-actions/composer@v6
2626
with:
2727
progress: yes
28-
php_version: 8.0
28+
php_version: 8.1
2929
version: 2
3030
- name: clean database
3131
run: CONNECTION=$CONNECTION php tests/clean-database.php
3232
- uses: php-actions/phpunit@v3
3333
with:
3434
configuration: phpunit.xml.dist
35-
php_version: 8.0
35+
php_version: 8.1
3636
memory_limit: 1024M
37-
version: 9
3837
testsuite: Integration
3938
bootstrap: vendor/autoload.php

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
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"
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -25,14 +25,13 @@ jobs:
2525
- uses: php-actions/composer@v6
2626
with:
2727
progress: yes
28-
php_version: 8.0
28+
php_version: 8.1
2929
version: 2
3030
- uses: php-actions/phpunit@v3
3131
with:
3232
configuration: phpunit.xml.dist
33-
php_version: 8.0
33+
php_version: 8.1
3434
memory_limit: 1024M
35-
version: 9
3635
testsuite: Integration
3736
bootstrap: vendor/autoload.php
3837

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
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"
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -25,14 +25,13 @@ jobs:
2525
- uses: php-actions/composer@v6
2626
with:
2727
progress: yes
28-
php_version: 8.0
28+
php_version: 8.1
2929
version: 2
3030
- uses: php-actions/phpunit@v3
3131
with:
3232
configuration: phpunit.xml.dist
33-
php_version: 8.0
33+
php_version: 8.1
3434
memory_limit: 1024M
35-
version: 9
3635
testsuite: Integration
3736
bootstrap: vendor/autoload.php
3837

0 commit comments

Comments
 (0)