Skip to content

Commit

Permalink
improve test call, downgrade actions/checkout in favor of simplepie#783
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Feb 1, 2023
1 parent a98c673 commit c7c1aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Install PHP with latest composer
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Run unit tests with idna_convert 0.5.1
if: ${{ matrix.with == 'idna-convert-v051' }}
run: bin/phpunit --bootstrap=tests/bootstrap-with-idna-convert-051.php
run: composer test -- --bootstrap=tests/bootstrap-with-idna-convert-051.php

- name: Run unit tests
if: ${{ matrix.with != 'idna-convert-v051' }}
Expand All @@ -99,7 +99,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit c7c1aa3

Please sign in to comment.