From 72f64aece45e175c756b6cf9b65afcfc7cca858e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:55:30 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae3229a..113a756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: phpunit: name: "PHPUnit" - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" strategy: matrix: @@ -49,7 +49,7 @@ jobs: upload_coverage: name: "Upload coverage to Coveralls" - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" needs: - "phpunit"