Update workflow

This commit is contained in:
Matteo Gheza 2021-12-24 18:16:23 +01:00
parent 460dcd7036
commit 1a84107686
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4']
php-versions: ['8.0']
name: Testing ${{ matrix.php-versions }}
steps:
- name: Checkout
@ -44,7 +44,7 @@ jobs:
- name: Build frontend
working-directory: frontend
run: |
npm install
npm ci
npm run build
- name: Install dependencies