Skip to content

Commit

Permalink
Merge pull request #300 from jhipster/3.5
Browse files Browse the repository at this point in the history
🚀 Quarkus 3.5.0
  • Loading branch information
mraible authored Nov 9, 2023
2 parents 8dd004c + eabbd12 commit 7b58f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ permissions:
contents: read
jobs:
quarkus:
strategy:
matrix:
version: [18, 20]
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.version }}
cache: 'npm'
- run: npm ci
- run: npm run test
2 changes: 1 addition & 1 deletion generators/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join } from 'path';
import { fileURLToPath } from 'url';

export const DEFAULT_DATA_ACCESS = 'activeRecord';
export const QUARKUS_VERSION = '3.3.0';
export const QUARKUS_VERSION = '3.5.0';

export const CACHE_MAXIMUM_SIZE = 100;
export const CACHE_EXPIRE_AFTER_WRITE = '3600S';
Expand Down

0 comments on commit 7b58f5e

Please sign in to comment.