mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Dropped Node 16 from CI matrix tests
refs https://github.com/TryGhost/DevOps/issues/75 - Node 16 has gone EOL so we can from support for it from our matrix tests - dropping support in some other tests and in general will come in future commits
This commit is contained in:
parent
0559c8ba64
commit
acb182c785
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -263,7 +263,7 @@ jobs:
|
|||
if: needs.job_get_metadata.outputs.changed_any_code == 'true'
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '16.14.0', '18.12.1' ]
|
||||
node: [ '18.12.1' ]
|
||||
name: Unit tests (Node ${{ matrix.node }})
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -301,7 +301,7 @@ jobs:
|
|||
if: needs.job_get_metadata.outputs.changed_core == 'true'
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '16.14.0', '18.12.1' ]
|
||||
node: [ '18.12.1' ]
|
||||
env:
|
||||
- DB: mysql8
|
||||
NODE_ENV: testing-mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue