Skip to content

Commit a0d9874

Browse files
committed
[#689] Update latest Vert.x worklow
1 parent a3ed8e4 commit a0d9874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tracking-vertx-3.build.yml renamed to .github/workflows/tracking-vertx-4.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Latest Vert.x 3
1+
name: Latest Vert.x 4
22

33
on:
44
# Trigger the workflow on push or pull request,
@@ -24,7 +24,7 @@ jobs:
2424
example: [ 'session-example', 'native-sql-example' ]
2525
orm-version: [ '[5.4,5.5)', '[5.5,5.6)' ]
2626
db: [ 'MySQL', 'PostgreSQL' ]
27-
vertx-version: [ '[3,4)' ]
27+
vertx-version: [ '[4,5)' ]
2828
exclude:
2929
# 'native-sql-example' doesn't run on MySQL because it has native queries
3030
- example: 'native-sql-example'
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
strategy:
8080
matrix:
81-
vertx-version: ['[3,4)']
81+
vertx-version: ['[4,5)']
8282
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB' ]
8383
steps:
8484
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)