Skip to content

Commit

Permalink
update jhipster version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Nov 25, 2021
1 parent d13d231 commit ffcf8ac
Show file tree
Hide file tree
Showing 7 changed files with 2,119 additions and 1,581 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ defaults:
shell: bash
jobs:
generate:
name: e2e-${{ matrix.app_type }}-${{ matrix.jhipster_version }}
name: app-tests-${{ matrix.app_type }}-${{ matrix.jhipster_version }}
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.ref_type, '[tag]')"
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
jhipster_version: [7, 6]
jhipster_version: [7.3.1, 6]
node_version: [14.x]
app_type:
- OauthDtoApp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jhipster_version: [7]
jhipster_version: [7.3.1]
node_version: [14.x]
app_type:
- JwtApp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jhipster_version: [7]
jhipster_version: [7.3.1]
node_version: [14.15.0]
os: [ubuntu-latest]
env:
Expand Down
Loading

0 comments on commit ffcf8ac

Please sign in to comment.