From 9f41173f42063b7271ce33509c21a79e4d0d0994 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 11 Jan 2025 14:07:31 +0100 Subject: [PATCH] Update CI --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7418494..7eaf88e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: tests: # https://github.com/actions/virtual-environments - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 defaults: run: working-directory: ./Extensions @@ -54,16 +54,13 @@ jobs: - name: PHPStan run: composer run-script phpstan - - name: PHPStan Next Level - run: composer run-script phpstan-next - # NPM tests - name: Uses Node.js uses: actions/setup-node@v3 with: # https://nodejs.org/en/about/releases/ - node-version: '18' + node-version: '22' cache: 'npm' cache-dependency-path: 'Extensions/package-lock.json'