Skip to content

Commit

Permalink
raised php versions. removed forced value for phpunit, let it be take…
Browse files Browse the repository at this point in the history
…n from composer.
  • Loading branch information
stefanak-michal authored and transistive committed Apr 9, 2024
1 parent 8335f8b commit 2a11d50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-test-aura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
- uses: php-actions/composer@v6
with:
progress: yes
php_version: 8.0
php_version: 8.1
version: 2
- name: clean database
run: CONNECTION=$CONNECTION php tests/clean-database.php
- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml.dist
php_version: 8.0
php_version: 8.1
memory_limit: 1024M
version: 9
testsuite: Integration
bootstrap: vendor/autoload.php
7 changes: 3 additions & 4 deletions .github/workflows/integration-test-cluster-neo4j-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
CONNECTION: neo4j://neo4j:testtest@localhost:7688
name: "Running on PHP 8.0 in a Neo4j 4.4 cluster"
name: "Running on PHP 8.1 in a Neo4j 4.4 cluster"

steps:
- uses: actions/checkout@v2
Expand All @@ -25,14 +25,13 @@ jobs:
- uses: php-actions/composer@v6
with:
progress: yes
php_version: 8.0
php_version: 8.1
version: 2
- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml.dist
php_version: 8.0
php_version: 8.1
memory_limit: 1024M
version: 9
testsuite: Integration
bootstrap: vendor/autoload.php

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/integration-test-cluster-neo4j-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
CONNECTION: neo4j://neo4j:testtest@localhost:7687
name: "Running on PHP 8.0 with a Neo4j 5.10-enterprise cluster"
name: "Running on PHP 8.1 with a Neo4j 5.10-enterprise cluster"

steps:
- uses: actions/checkout@v2
Expand All @@ -25,14 +25,13 @@ jobs:
- uses: php-actions/composer@v6
with:
progress: yes
php_version: 8.0
php_version: 8.1
version: 2
- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml.dist
php_version: 8.0
php_version: 8.1
memory_limit: 1024M
version: 9
testsuite: Integration
bootstrap: vendor/autoload.php

Expand Down

0 comments on commit 2a11d50

Please sign in to comment.