1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Use ubuntu-latest in CI

`ubuntu-20.04` is now fully deprecated
This commit is contained in:
Jérémy Benoist 2025-04-17 09:08:54 +02:00 committed by GitHub
parent 7ffcd8f7f6
commit ae2a867cdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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