Skip to content

Commit fcbdf47

Browse files
committed
upgrade to cypher datastructures 0.2.0 wip
1 parent b6b859c commit fcbdf47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['8.1']
16+
php-version: ['8.1', '8.2-rc']
1717
neo4j-version: ['4.4', '5.1.0', '5.2.0']
1818
env:
1919
ENABLE_FEATURE_TEST: true
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
php-version: ${{ matrix.php-version }}
4040
tools: composer:v2
41-
- run: composer install
41+
- run: composer install --ignore-platform-reqs
4242
shell: bash
4343
- run: composer test
4444
shell: bash

0 commit comments

Comments
 (0)