Skip to content

Commit

Permalink
Bump extension version for some regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Mar 28, 2024
1 parent 96f980c commit d18910d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest-stable-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
json-provider: [ "jackson-classic", "jsonb-classic", "jackson-reactive", "jsonb-reactive" ]
quarkus-version: [ "3.0" ]
quarkus-version: [ "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Integration Tests (latest - classic - jackson)
env:
LATEST_STABLE_EXTENSION_VERSION: "3.1.0"
LATEST_STABLE_EXTENSION_VERSION: "3.9.0"
run: |
echo "Checking quarkus-resteasy-problem $LATEST_STABLE_EXTENSION_VERSION with Quarkus v${{ matrix.quarkus-version }}"
./mvnw clean verify \
Expand Down

0 comments on commit d18910d

Please sign in to comment.