Skip to content

Commit

Permalink
Remove minimum stability dev
Browse files Browse the repository at this point in the history
Currently the typo3 console is not working, as 5.4.x-dev is loaded instead of 5.4.11
  • Loading branch information
schliesser authored and ochorocho committed Aug 5, 2022
1 parent 7e7c272 commit 75d8c52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate --no-check-all --no-check-lock

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
# Disable cache for now as it causes more issues than it solves
# - name: Cache Composer packages
# id: composer-cache
# uses: actions/cache@v2
# with:
# path: vendor
# key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
# restore-keys: |
# ${{ runner.os }}-php-

- name: Install dependencies
# Do a clone here to make sure the repository exists on install
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"url": "packages/*"
}
},
"minimum-stability": "dev",
"autoload-dev": {
"psr-4": {
"Ochorocho\\Tdk\\Scripts\\": "Scripts/"
Expand Down

0 comments on commit 75d8c52

Please sign in to comment.