Rebuild assets

Also update GitHub Actions to latest versions
This commit is contained in:
Jeremy Benoist 2022-01-05 14:01:13 +01:00
parent 1bec12e9ff
commit 96e2e8eeeb
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v2"
- name: "Install Node"
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "12"

View file

@ -10,7 +10,7 @@ on:
jobs:
coding-standards:
name: "CS Fixer & PHPStan"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
steps:
- name: "Checkout"

View file

@ -14,7 +14,7 @@ env:
jobs:
phpunit:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }}"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
services:
rabbitmq:
image: rabbitmq:3-alpine

View file

@ -10,7 +10,7 @@ on:
jobs:
translations:
name: "Translations"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
strategy:
matrix:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long