Run tests and static analysis on ubuntu-22.04

This commit is contained in:
Jan Böhmer 2022-12-11 14:51:07 +01:00
parent b90b6d7853
commit 0c5180bda4
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ on:
jobs:
phpstan:
name: Static analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

View file

@ -14,7 +14,7 @@ jobs:
phpunit:
name: PHPUnit and coverage Test (PHP ${{ matrix.php-versions }}, ${{ matrix.db-type }})
# Ubuntu 20.04 ships MySQL 8.0 which causes problems with login, so we just use ubuntu 18.04 for now...
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix: