fix(actions): update Ubuntu

20.04 is no longer supported by GitHub so using ubuntu-latest instead
This commit is contained in:
Alexander Minkin 2025-05-03 16:32:26 +03:00
parent b7fc23bb52
commit 709f64db9b
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
phpstan: phpstan:
name: PHPStan name: PHPStan
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs # 'push' runs on inner branches, 'pull_request' will run only on outer PRs
if: > if: >

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs # 'push' runs on inner branches, 'pull_request' will run only on outer PRs
if: > if: >