We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33941ca commit c98f2a1Copy full SHA for c98f2a1
1 file changed
.github/workflows/php.yml
@@ -58,6 +58,9 @@ jobs:
58
ini-values: error_reporting=E_ALL
59
coverage: pcov
60
61
+ - name: Print PCRE version
62
+ run: php -i | grep "PCRE Library Version"
63
+
64
- name: Setup problem matchers for PHP
65
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
66
0 commit comments