Skip to content

Commit 36bc236

Browse files
committed
Debugging github action failure
1 parent c071e88 commit 36bc236

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
psalm:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99

1010
- name: Psalm
1111
uses: docker://vimeo/psalm-github-actions
@@ -56,11 +56,8 @@ jobs:
5656
- 8.3
5757
include:
5858
- php: 8.1
59-
phpunit: 9.5.0
6059
- php: 8.2
61-
phpunit: 9.5.0
6260
- php: 8.3
63-
phpunit: 9.5.0
6461

6562
steps:
6663
- uses: actions/checkout@v3
@@ -78,4 +75,3 @@ jobs:
7875
- uses: php-actions/phpunit@v3
7976
with:
8077
php_version: ${{ matrix.php }}
81-
version: ${{ matrix.phpunit }}

0 commit comments

Comments
 (0)