1
0
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:
Thomas Bley 2023-07-21 21:49:07 +02:00
parent 5affc125e8
commit 4307bc49e3

View File

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