Skip to content

Commit 56abc11

Browse files
authored
chore: build with Quarkus 3.0.0.Final (#561)
1 parent 6e6d344 commit 56abc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
# quarkus-version: ${{ fromJSON(needs.get-quarkus-versions.outputs.matrix) }}
41-
quarkus-version: [ 3.0.0.CR2 ]
41+
quarkus-version: [ 3.0.0.Final ]
4242
java-version: [ 11, 17 ]
4343
uses: ./.github/workflows/build-for-quarkus-version.yml
4444
with:

0 commit comments

Comments
 (0)