Skip to content

Commit

Permalink
Merge pull request #14 from arietimmerman/bugfix/pipeline-fix
Browse files Browse the repository at this point in the history
pipeline fix
  • Loading branch information
arietimmerman authored Oct 13, 2022
2 parents fa37b0c + 4039fed commit 1fcf528
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: php-actions/composer@v1
- uses: php-actions/phpunit@v2
- uses: php-actions/composer@v6
with:
php_version: 8.1
- uses: php-actions/phpunit@v3
with:
config: phpunit.xml
php_version: 8.1

0 comments on commit 1fcf528

Please sign in to comment.