Skip to content

Commit

Permalink
update versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Oct 22, 2023
1 parent 1ce513e commit 6c6c2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
version: [16, 18]
version: [18, 20, 21]
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [16, 18]
version: [18, 20, 21]

steps:
- uses: docker/login-action@v3
Expand Down

0 comments on commit 6c6c2a5

Please sign in to comment.