Skip to content

Commit

Permalink
ci: MariaDB - add back 11.4 and add 11.5 (#3266)
Browse files Browse the repository at this point in the history
* Revert "fix(ci): disable `mariadb_verylatest` pass for RusTLS"

This reverts commit c78425b.

MariaDB 11.4.2 now includes the upstream fix for this.

Closes: 3091

* ci: mariadb 11.4 now GA/Stable
  • Loading branch information
grooverdan authored Jun 6, 2024
1 parent 6561830 commit 4d9f67b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,9 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
mariadb: [verylatest, 10_11, 10_4]
mariadb: [verylatest, 11_4, 10_11, 10_4]
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
exclude:
# FIXME: `rustls` cannot accept MariaDB's new self-signed certificates: https://github.com/launchbadge/sqlx/issues/3091
- mariadb: verylatest
tls: rustls
needs: check
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4d9f67b

Please sign in to comment.