Skip to content

Commit

Permalink
Update workflow actions versions (#184)
Browse files Browse the repository at this point in the history
* Update workflow actions versions

* Trying to fix timeout fetching composer

* COMPOSER_PROCESS_TIMEOUT
  • Loading branch information
Kevinrob authored Oct 30, 2023
1 parent 9d2d766 commit 523573c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- "lowest"
- "highest"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -24,9 +24,11 @@ jobs:
run: composer validate

- name: "Composer install ${{ matrix.dependencies }} dependencies"
uses: "ramsey/composer-install@v1"
uses: ramsey/composer-install@v2
with:
dependency-versions: "${{ matrix.dependencies }}"
env:
COMPOSER_PROCESS_TIMEOUT: 6000

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

0 comments on commit 523573c

Please sign in to comment.