Skip to content

Commit

Permalink
Add ruby 3 and node 16 & 18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jul 27, 2023
1 parent 16a4c7d commit 8160646
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build-dummy-app-webpack-test-bundles:
strategy:
matrix:
ruby: [2.7]
node: [14]
ruby: [2.7, 3.2]
node: [16, 18]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node: [12, 14]
node: [16, 18]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rspec-package-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
strategy:
matrix:
ruby: [2.7]
node: [14]
ruby: [2.7, 3.2]
node: [16, 18]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8160646

Please sign in to comment.