Skip to content

Commit 3fb9d2a

Browse files
authored
CI: test against MySQL 9.6 instead of 9.5 (trilogy-libraries#267)
This commit updates leftover MySQL 9.5 references to 9.6. Follow-up to ad15389
1 parent 612f4ab commit 3fb9d2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
db_version: ["8.0", "8.4", "9.5"]
21+
db_version: ["8.0", "8.4", "9.6"]
2222
distribution: ["debian:bookworm", "ubuntu:noble", "ubuntu:jammy", "ubuntu:focal"]
2323
default_ssl: ["true"]
2424
ruby: ["4.0"]

0 commit comments

Comments
 (0)