Skip to content

Commit

Permalink
GH Actions: move code coverage build without MbString to PHP 7.2
Browse files Browse the repository at this point in the history
PHP 7.2 should be using PHPUnit 8, which doesn't use PHP Parser, so _fingers crossed_, this should solve the build failure.
  • Loading branch information
jrfnl committed Feb 16, 2024
1 parent b74817f commit cdda1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
coverage: [false]

include:
- php: '7.4'
- php: '7.2'
dependencies: 'stable'
extensions: ':mbstring' # = Disable Mbstring.
coverage: true # Make sure coverage is recorded for this too.
Expand Down

0 comments on commit cdda1f2

Please sign in to comment.