Skip to content

Commit 523573c

Browse files
authored
Update workflow actions versions (#184)
* Update workflow actions versions * Trying to fix timeout fetching composer * COMPOSER_PROCESS_TIMEOUT
1 parent 9d2d766 commit 523573c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- "lowest"
1313
- "highest"
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Install PHP
1818
uses: shivammathur/setup-php@v2
@@ -24,9 +24,11 @@ jobs:
2424
run: composer validate
2525

2626
- name: "Composer install ${{ matrix.dependencies }} dependencies"
27-
uses: "ramsey/composer-install@v1"
27+
uses: ramsey/composer-install@v2
2828
with:
2929
dependency-versions: "${{ matrix.dependencies }}"
30+
env:
31+
COMPOSER_PROCESS_TIMEOUT: 6000
3032

3133
- name: Run test suite
3234
run: composer run-script test

0 commit comments

Comments
 (0)