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