mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Merge pull request #2601 from querydsl/remove-additional-hibernate5-testing
Remove additional testing for hibernate 5
This commit is contained in:
commit
0983a5923b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
target: [test-without-scala, test-scala, test-hibernate-5]
|
||||
target: [test-without-scala, test-scala]
|
||||
include:
|
||||
- target: test-without-scala
|
||||
containers: db2 mysql postgresql mongo sqlserver oracle
|
||||
@ -30,10 +30,6 @@ jobs:
|
||||
containers: null
|
||||
maven-args: --activate-profiles all,travis --projects querydsl-scala --resume-from querydsl-scala
|
||||
|
||||
- target: test-hibernate-5
|
||||
containers: db2 mysql postgresql mongo sqlserver oracle
|
||||
maven-args: --activate-profiles jpa,hibernate5,travis,examples --projects !querydsl-jpa-codegen
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user