Skip to content

Commit 13a2c1e

Browse files
committed
[#1245] Update Vert.x range to use when testing with snapshots
Now we need to test with the latest 4.3.x
1 parent bf6f8e8 commit 13a2c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tracking-vertx-4.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
example: [ 'session-example', 'native-sql-example' ]
3434
db: [ 'MySQL', 'PostgreSQL' ]
35-
vertx-version: [ '[4.2,4.3)' ]
35+
vertx-version: [ '[4.2,4.4)' ]
3636
exclude:
3737
# 'native-sql-example' doesn't run on MySQL because it has native queries
3838
- example: 'native-sql-example'
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
strategy:
8888
matrix:
89-
vertx-version: [ '[4.2,4.3)' ]
89+
vertx-version: [ '[4.2,4.4)' ]
9090
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
9191
steps:
9292
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)