Skip to content

Commit fd8d58c

Browse files
authored
update GH actions CI to drop 21 and add 22
1 parent d1160b9 commit fd8d58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
version: [18, 20, 21]
13+
version: [18, 20, 22]
1414
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
1515
runs-on: ${{ matrix.runs-on }}
1616

@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
version: [18, 20, 21]
68+
version: [18, 20, 22]
6969

7070
steps:
7171
- uses: docker/login-action@v3

0 commit comments

Comments
 (0)