Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Jan 11, 2025
1 parent 6aa8814 commit 9f41173
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 9f41173

Please sign in to comment.