Skip to content

Commit cdda1f2

Browse files
committed
GH Actions: move code coverage build without MbString to PHP 7.2
PHP 7.2 should be using PHPUnit 8, which doesn't use PHP Parser, so _fingers crossed_, this should solve the build failure.
1 parent b74817f commit cdda1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
coverage: [false]
3333

3434
include:
35-
- php: '7.4'
35+
- php: '7.2'
3636
dependencies: 'stable'
3737
extensions: ':mbstring' # = Disable Mbstring.
3838
coverage: true # Make sure coverage is recorded for this too.

0 commit comments

Comments
 (0)