Skip to content

Commit

Permalink
workflows reverted composer back to @1
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 15, 2022
1 parent 6ffc769 commit 743beb9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
"
- name: testdata composer install (illuminate/database)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v1
with:
working-directory: tests/testdata
composer-options: |
composer-options: >-
--working-dir=${{ github.workspace }}/tests/testdata
--prefer-dist --optimize-autoloader
- name: TinyORM create build folder (clang-cl-cmake-debug)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
sudo phpdismod -s cli xdebug
- name: testdata composer install (illuminate/database)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v1
with:
working-directory: tests/testdata
composer-options: |
composer-options: >-
--working-dir=${{ github.workspace }}/tests/testdata
--prefer-dist --optimize-autoloader
- name: add-apt-repository gcc 11 and Qt 5.15.2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
"
- name: testdata composer install (illuminate/database)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v1
with:
working-directory: tests/testdata
composer-options: |
composer-options: >-
--working-dir=${{ github.workspace }}/tests/testdata
--prefer-dist --optimize-autoloader
- name: TinyORM create build folder (${{ matrix.compiler.key }}-cmake-debug)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
"
- name: testdata composer install (illuminate/database)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v1
with:
composer-options: >-
--working-dir=${{ github.workspace }}/tests/testdata
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
"
- name: testdata composer install (illuminate/database)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v1
with:
working-directory: tests/testdata
composer-options: |
composer-options: >-
--working-dir=${{ github.workspace }}/tests/testdata
--prefer-dist --optimize-autoloader
- name: TinyORM create build folder (msvc-cmake-debug)
Expand Down

0 comments on commit 743beb9

Please sign in to comment.