Skip to content

Commit 450b239

Browse files
committed
fix: workflows
1 parent 1a4e15f commit 450b239

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/dev-tag.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
plugin:
3131
- sqlite
3232
- postgresql
33-
- mysql
34-
- mongodb
33+
# no longer supported
34+
# - mysql
35+
# - mongodb
3536
steps:
3637
- name: Mark plugin as passed
3738
if: matrix.plugin != 'sqlite'

.github/workflows/publish-dev-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
matrix:
2828
plugin:
2929
- postgresql
30-
- mysql
30+
# no longer supported
31+
# - mysql
3132
# - mongodb
3233
steps:
3334
- name: Set up JDK 21.0.7

.github/workflows/unit-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
plugin:
2525
- sqlite
2626
- postgresql
27-
- mysql
28-
- mongodb
27+
# no longer supported
28+
# - mysql
29+
# - mongodb
2930

3031
runs-on: ubuntu-latest
3132
steps:

0 commit comments

Comments
 (0)