mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Merge pull request #9492 from weirdan/refuse-invalid-php-versions
This commit is contained in:
commit
44ffd5fb46
2
.github/workflows/bcc.yml
vendored
2
.github/workflows/bcc.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
php-version: '8.1'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
2
.github/workflows/build-phar.yml
vendored
2
.github/workflows/build-phar.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
||||
php-version: '7.4'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
php-version: '7.4'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@ -94,6 +96,8 @@ jobs:
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, opcache, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
2
.github/workflows/shepherd.yml
vendored
2
.github/workflows/shepherd.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
ini-values: zend.assertions=1
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
|
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -59,6 +59,8 @@ jobs:
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user