Skip to content

Commit

Permalink
Merge pull request #4 from cspray/task/update-at-0.3
Browse files Browse the repository at this point in the history
Update to annotated-target 0.3
  • Loading branch information
cspray authored May 14, 2023
2 parents a8bb504 + a29a0ab commit 5775465
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 794 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:

runs-on: ubuntu-latest

env:
XDEBUG_MODE: coverage

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"
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"require": {
"php": "^8.1",
"ext-dom": "*",
"cspray/annotated-target": "^0.2"
"cspray/annotated-target": "^0.3"
},
"require-dev": {
"cspray/phinal": "^1.0",
"cspray/phinal": "^2.0",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.24"
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "^5.11"
}
}
Loading

0 comments on commit 5775465

Please sign in to comment.