We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c071e88 commit 36bc236Copy full SHA for 36bc236
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
psalm:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
10
- name: Psalm
11
uses: docker://vimeo/psalm-github-actions
@@ -56,11 +56,8 @@ jobs:
56
- 8.3
57
include:
58
- php: 8.1
59
- phpunit: 9.5.0
60
- php: 8.2
61
62
- php: 8.3
63
64
65
66
- uses: actions/checkout@v3
@@ -78,4 +75,3 @@ jobs:
78
75
- uses: php-actions/phpunit@v3
79
76
with:
80
77
php_version: ${{ matrix.php }}
81
- version: ${{ matrix.phpunit }}
0 commit comments