1
0
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:
Bruce Weirdan 2023-03-12 02:58:53 -04:00 committed by GitHub
commit 44ffd5fb46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
php-version: '8.1'
tools: composer:v2
coverage: none
env:
fail-fast: true
- uses: actions/checkout@v3
with:

View File

@ -41,6 +41,8 @@ jobs:
php-version: '7.4'
tools: composer:v2
coverage: none
env:
fail-fast: true
- uses: actions/checkout@v3
with:

View File

@ -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

View File

@ -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

View File

@ -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