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:
parent
85aca18a8c
commit
5aef7c5c19
6
.github/workflows/build-package.yml
vendored
6
.github/workflows/build-package.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user