diff --git a/.github/workflows/CI-Experimental.yml b/.github/workflows/CI-Experimental.yml index 1278f36..2e6a968 100644 --- a/.github/workflows/CI-Experimental.yml +++ b/.github/workflows/CI-Experimental.yml @@ -11,7 +11,7 @@ on: jobs: tests: name: Tests on PHP 8.4 nightly - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: redis: image: redis diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 146e118..5c78adf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ on: jobs: tests: name: Tests on PHP ${{ matrix.php }} ${{ matrix.dependencies }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: redis: image: redis @@ -46,7 +46,7 @@ jobs: file: ./coverage.xml mutation_testing: name: Mutation testing - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: redis: image: redis @@ -75,7 +75,7 @@ jobs: path: infection.log integration: name: Integration tests on PHP ${{ matrix.php }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: php: ['8.1', '8.2', '8.3'] @@ -101,7 +101,7 @@ jobs: PHP_VERSION: ${{ matrix.php }} code_quality: name: Code quality - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -120,7 +120,7 @@ jobs: run: ./vendor/bin/phpstan analyse dependencies: name: Dependencies state - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -134,7 +134,7 @@ jobs: uses: docker://icanhazstring/composer-unused-ga backward_compatible_changes: name: Backward Compatible Changes - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -147,7 +147,7 @@ jobs: # args: roave-backwards-compatibility-check:assert-backwards-compatible --from=v1.0.0 nix-shell: name: Working Nix Shell - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4