Skip to content

Commit

Permalink
update GH actions CI to drop 21 and add 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs authored Oct 1, 2024
1 parent d1160b9 commit fd8d58c
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: [18, 20, 21]
version: [18, 20, 22]
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: [18, 20, 21]
version: [18, 20, 22]

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

0 comments on commit fd8d58c

Please sign in to comment.