Skip to content

Commit dd1aca8

Browse files
committed
Fix test windows / macos github action
1 parent b015182 commit dd1aca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
6161
- name: Install dependencies
6262
run: |
63-
composer upcomposer update --prefer-dist --prefer-stable --no-interaction
63+
composer update --prefer-dist --prefer-stable --no-interaction
6464
6565
- name: Run tests
6666
run: |

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
7272
- name: Install dependencies
7373
run: |
74-
composer upcomposer update --prefer-dist --prefer-stable --no-interaction
74+
composer update --prefer-dist --prefer-stable --no-interaction
7575
7676
- name: Run tests
7777
run: |

0 commit comments

Comments
 (0)