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

Adjust test workflow

This commit is contained in:
Kovah 2022-12-15 00:06:21 +01:00
parent 3b6bf800d8
commit 409ea71379
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- 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: Build all assets
run: |
@ -28,7 +28,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: pcov
extensions: mbstring