mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
#10026 run buuld-phar with php 8.0 in github actions (php 7.4 is out of official support)
This commit is contained in:
parent
5affc125e8
commit
4307bc49e3
2
.github/workflows/build-phar.yml
vendored
2
.github/workflows/build-phar.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
php-version: '8.0'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user