1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 07:22:20 +02:00

Correct used PHP version in package build action

This commit is contained in:
Kovah 2022-12-15 09:59:18 +01:00
parent 85aca18a8c
commit 5aef7c5c19
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -18,10 +18,10 @@ jobs:
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- name: Try to build the assets
run: |
@ -59,7 +59,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
extensions: mbstring
- id: composer-cache