Skip to content

Commit c071e88

Browse files
committed
Debugging github action failure
1 parent 1310fcb commit c071e88

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,19 @@ jobs:
5151
strategy:
5252
matrix:
5353
php:
54-
- 7.4
55-
- 8.0
54+
- 8.1
55+
- 8.2
56+
- 8.3
5657
include:
57-
- php: 7.4
58+
- php: 8.1
5859
phpunit: 9.5.0
59-
- php: 8.0
60+
- php: 8.2
61+
phpunit: 9.5.0
62+
- php: 8.3
6063
phpunit: 9.5.0
6164

6265
steps:
63-
- uses: actions/checkout@v2
66+
- uses: actions/checkout@v3
6467

6568
- name: Cache Composer dependencies
6669
uses: actions/cache@v2
@@ -72,7 +75,7 @@ jobs:
7275
with:
7376
php_version: ${{ matrix.php }}
7477

75-
- uses: php-actions/phpunit@v9
78+
- uses: php-actions/phpunit@v3
7679
with:
7780
php_version: ${{ matrix.php }}
7881
version: ${{ matrix.phpunit }}

0 commit comments

Comments
 (0)