Skip to content

Commit 2a5a63e

Browse files
committed
Tweaks
1 parent 9b965ab commit 2a5a63e

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, 22, 22-nginx]
13+
version: [20, 22, 22-nginx, 24]
1414
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
1515
runs-on: ${{ matrix.runs-on }}
1616

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

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

0 commit comments

Comments
 (0)