Merge pull request #8149 from wallabag/fix/ci-use-ubuntu-latest

Use `ubuntu-latest` in CI
This commit is contained in:
Jérémy Benoist
2025-04-17 09:13:51 +02:00
committed by GitHub

View File

@ -173,7 +173,7 @@ jobs:
phpunit-without-rmq-redis:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }} without Rabbit & Redis"
runs-on: "ubuntu-20.04"
runs-on: ubuntu-latest
strategy:
fail-fast: false