Skip to content

Commit dd48dab

Browse files
committed
feat: move v18 to ci for deprecated versions
1 parent 555a46f commit dd48dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deprecated.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
version: [ 16 ]
19+
version: [ 16, 18 ]
2020
os: [ "ubuntu:20.04", "debian:10" ]
2121
container:
2222
image: ${{ matrix.os }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
version: [ 16 ]
56+
version: [ 16, 18 ]
5757
os: [ "fedora:29", "amazonlinux:2023" ]
5858
container:
5959
image: ${{ matrix.os }}

0 commit comments

Comments
 (0)