Skip to content

Commit e3cccb5

Browse files
grooverdanjrasanen
authored andcommitted
ci: MariaDB - add back 11.4 and add 11.5 (launchbadge#3266)
* 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
1 parent 4713cd2 commit e3cccb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,9 @@ jobs:
367367
runs-on: ubuntu-22.04
368368
strategy:
369369
matrix:
370-
mariadb: [verylatest, 10_11, 10_4]
370+
mariadb: [verylatest, 11_4, 10_11, 10_4]
371371
runtime: [async-std, tokio]
372372
tls: [native-tls, rustls, none]
373-
exclude:
374-
# FIXME: `rustls` cannot accept MariaDB's new self-signed certificates: https://github.com/launchbadge/sqlx/issues/3091
375-
- mariadb: verylatest
376-
tls: rustls
377373
needs: check
378374
steps:
379375
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)