Skip to content

Commit

Permalink
Use stack v8.2 for daily testing (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Mar 24, 2022
1 parent 6155f47 commit c6cd164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/schedule-daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ pipeline {
)
}
}
stage('with stack v8.1') {
stage('with stack v8.2') {
steps {
build(
job: env.INTEGRATION_JOB,
parameters: [stringParam(name: 'stackVersion', value: '8.1.0-SNAPSHOT')],
parameters: [stringParam(name: 'stackVersion', value: '8.2.0-SNAPSHOT')],
quietPeriod: 0,
wait: true,
propagate: true,
Expand Down

0 comments on commit c6cd164

Please sign in to comment.