Skip to content

Commit

Permalink
Update GH workflow to work with phpunit10
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray committed May 14, 2023
1 parent 3ab4574 commit 7c13fb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Composer
uses: php-actions/composer@v6
- name: Tests
uses: php-actions/phpunit@v2
uses: php-actions/phpunit@v3
with:
php_extensions: "xdebug"
coverage_html: "coverage/web"
coverage_text: true
- name: Static Analysis
run: "vendor/bin/psalm"

0 comments on commit 7c13fb1

Please sign in to comment.