Update CI
This commit is contained in:
parent
6aa8814326
commit
9f41173f42
1 changed files with 2 additions and 5 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
# https://github.com/actions/virtual-environments
|
# https://github.com/actions/virtual-environments
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./Extensions
|
working-directory: ./Extensions
|
||||||
|
|
@ -54,16 +54,13 @@ jobs:
|
||||||
- name: PHPStan
|
- name: PHPStan
|
||||||
run: composer run-script phpstan
|
run: composer run-script phpstan
|
||||||
|
|
||||||
- name: PHPStan Next Level
|
|
||||||
run: composer run-script phpstan-next
|
|
||||||
|
|
||||||
# NPM tests
|
# NPM tests
|
||||||
|
|
||||||
- name: Uses Node.js
|
- name: Uses Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
# https://nodejs.org/en/about/releases/
|
# https://nodejs.org/en/about/releases/
|
||||||
node-version: '18'
|
node-version: '22'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: 'Extensions/package-lock.json'
|
cache-dependency-path: 'Extensions/package-lock.json'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue