Skip to content

Commit f4435e0

Browse files
committed
TASK: Try to get ci working on 9.0-beta
2 parents f8ad519 + 332e734 commit f4435e0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
ini-values: date.timezone="Africa/Tunis", opcache.fast_shutdown=0, apc.enable_cli=on
3737

3838
- name: Set Neos Version
39-
run: >
40-
composer config minimum-stability beta &&
41-
composer require neos/neos ^${{ matrix.neos-versions }} --no-progress --no-interaction
39+
run: composer require neos/neos ^${{ matrix.neos-versions }} --no-progress --no-interaction
4240

4341
- name: Run Linter
4442
run: composer lint

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
Packages
33
vendor
4+
composer.lock

0 commit comments

Comments
 (0)