Skip to content

Commit 4958a6b

Browse files
committed
fix: Adjust composer require in workflow to actually use configured Flow
1 parent 2ddb80b commit 4958a6b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php-version: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
14-
flow-version: [8.3, '9.0.0-beta']
14+
flow-version: ['8.3.0', '9.0.0']
1515

1616
exclude:
1717
- php-version: 8.0
18-
flow-version: '9.0.0-beta'
18+
flow-version: '9.0.0'
1919
- php-version: 8.1
20-
flow-version: '9.0.0-beta'
20+
flow-version: '9.0.0'
2121

2222
env:
2323
FLOW_CONTEXT: Testing/Unit
@@ -39,7 +39,7 @@ jobs:
3939
php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-
4040
php-${{ matrix.php-version }}-flow-
4141
- name: "[2/5] Create composer project - No install"
42-
run: composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "^${{ matrix.flow-version }}"
42+
run: composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "~${{ matrix.flow-version }}"
4343

4444
- name: "[3/5] Allow neos composer plugin"
4545
run: composer config --no-plugins allow-plugins.neos/composer-plugin true

0 commit comments

Comments
 (0)