Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Update test.yml

Revert "Update test.yml"

This reverts commit 4bde004.

Revert "Update test.yml"

This reverts commit 0a01257.

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml
  • Loading branch information
didier-84 committed May 22, 2024
1 parent e862786 commit 035213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
COMPOSER_MEMORY_LIMIT: -1
CC_TEST_REPORTER_ID: 2f4620ac239cc7fdb27b299c24422281b04fd8012820ba173e92c70953385958
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
env:
COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}
- name: Cache PHP dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.composer_flag }}-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 035213b

Please sign in to comment.