Skip to content

Commit 0f70017

Browse files
committed
Debugging github action failure
1 parent dd09fbc commit 0f70017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- 8.3
5656
include:
5757
- php: 8.2
58+
phpunit: 10
5859
- php: 8.3
60+
phpunit: 10
5961

6062
steps:
6163
- uses: actions/checkout@v3
@@ -73,3 +75,4 @@ jobs:
7375
- uses: php-actions/phpunit@v3
7476
with:
7577
php_version: ${{ matrix.php }}
78+
version: ${{ matrix.phpunit }}

0 commit comments

Comments
 (0)