Skip to content

Commit c98f2a1

Browse files
authored
Print PCRE version
1 parent 33941ca commit c98f2a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
ini-values: error_reporting=E_ALL
5959
coverage: pcov
6060

61+
- name: Print PCRE version
62+
run: php -i | grep "PCRE Library Version"
63+
6164
- name: Setup problem matchers for PHP
6265
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6366

0 commit comments

Comments
 (0)