Fix: replace shivammathur/setup-php with apt-get [skip ci]
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -56,11 +56,11 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
run: |
|
||||||
with:
|
sudo apt-get update -qq
|
||||||
php-version: '8.1'
|
sudo apt-get install -y -qq php-cli php-mbstring php-xml php-zip php-curl composer >/dev/null 2>&1
|
||||||
extensions: mbstring, xml, zip
|
php -v
|
||||||
tools: composer:v2
|
composer --version
|
||||||
|
|
||||||
- name: Get version and stability
|
- name: Get version and stability
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user