mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Revert "run CI on PHP 8.1"
This commit is contained in:
parent
e5ec65311d
commit
5c739483d8
2
.github/workflows/build-phar.yml
vendored
2
.github/workflows/build-phar.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.1'
|
||||
php-version: '7.4'
|
||||
tools: composer:v2
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
php-version: '8.0'
|
||||
tools: composer:v2
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
php-version: '8.0'
|
||||
tools: composer:v2
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user