Skip to content

Commit 7d2ff5d

Browse files
fix: Create test projects properly
1 parent 22fb07e commit 7d2ff5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/functionaltests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php-version: [ 8.3, 8.4, 8.5 ]
14-
flow-version: [ 8.3, 9.1 ]
14+
flow-version: [ 8.3.0, 9.1.0 ]
1515

1616
env:
1717
APP_ENV: true
@@ -26,7 +26,7 @@ jobs:
2626
ini-values: opcache.fast_shutdown=0
2727

2828
- name: "Create composer project - No install"
29-
run: composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "~${{ matrix.flow-version }}"
29+
run: composer create-project --prefer-dist --no-progress --no-install neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} "~${{ matrix.flow-version }}"
3030

3131
- name: "Allow neos composer plugin"
3232
run: composer config --no-plugins allow-plugins.neos/composer-plugin true

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php-version: [ 8.3, 8.4, 8.5 ]
14-
flow-version: [ 8.3, 9.1 ]
14+
flow-version: [ 8.3.0, 9.1.0 ]
1515

1616
env:
1717
APP_ENV: true
@@ -26,7 +26,7 @@ jobs:
2626
ini-values: opcache.fast_shutdown=0
2727

2828
- name: "Create composer project - No install"
29-
run: composer create-project neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} --prefer-dist --no-progress --no-install "~${{ matrix.flow-version }}"
29+
run: composer create-project --prefer-dist --no-progress --no-install neos/flow-base-distribution ${{ env.FLOW_DIST_FOLDER }} "~${{ matrix.flow-version }}"
3030

3131
- name: "Allow neos composer plugin"
3232
run: composer config --no-plugins allow-plugins.neos/composer-plugin true

0 commit comments

Comments
 (0)