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.
2 parents d5c144e + 31dfed9 commit 671a368Copy full SHA for 671a368
.github/workflows/continuous-integration.yml
@@ -6,6 +6,7 @@ on:
6
- "*.x"
7
paths:
8
- .github/workflows/continuous-integration.yml
9
+ - .github/workflows/phpunit-*.yml
10
- ci/**
11
- composer.*
12
- phpunit.xml.dist
@@ -16,6 +17,7 @@ on:
16
17
18
19
20
21
22
23
.github/workflows/phpunit-sqlserver.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: shivammathur/setup-php@v2
38
with:
39
php-version: ${{ inputs.php-version }}
40
- extensions: ${{ inputs.extension }}-5.10.0beta1
+ extensions: ${{ inputs.extension }}
41
coverage: pcov
42
ini-values: zend.assertions=1
43
tools: pecl
0 commit comments