Skip to content

Commit

Permalink
Use multi-tester GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 15, 2023
1 parent ce41541 commit 5a42f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multi-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-multi-v2-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-multi-v5-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-multi-v2-${{ matrix.php }}-
${{ runner.os }}-php-multi-v5-${{ matrix.php }}-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: |
composer config version 1.9.0
composer require kylekatarnls/multi-tester:^3 --no-update --no-interaction
composer require kylekatarnls/multi-tester:dev-github-actions --dev --no-update --no-interaction
composer update --prefer-dist --prefer-${{ matrix.setup }} --no-progress --no-interaction
- name: Run test suites
Expand Down

0 comments on commit 5a42f21

Please sign in to comment.