Skip to content

Commit

Permalink
Merge pull request #163 from PHPCSStandards/feature/ghactions-test-ag…
Browse files Browse the repository at this point in the history
…ainst-composer-snapshot

GH Actions: run integration tests against Composer snapshot
  • Loading branch information
Potherca committed Mar 5, 2022
2 parents 9410334 + d2c956a commit 4d7e0db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/integrationtest.yml
Expand Up @@ -41,9 +41,18 @@ jobs:
- 'ubuntu-latest'
- 'windows-latest'

include:
- php: 'latest'
composer: 'snapshot'
os: 'ubuntu-latest'

- php: 'latest'
composer: 'snapshot'
os: 'windows-latest'

name: "Integration test"

continue-on-error: ${{ matrix.php == '8.2' }}
continue-on-error: ${{ matrix.php == '8.2' || matrix.composer == 'snapshot' }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 4d7e0db

Please sign in to comment.