Skip to content

Commit 92d58ff

Browse files
committed
Matrix and test setup have moved to
mariadb-corporation github account.
1 parent 2aed472 commit 92d58ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- id: set-matrix
3838
name: build matrix
39-
uses: rusher/mariadb-test-build-matrix@main
39+
uses: mariadb-corporation/connector-ci-build-matrix@main
4040
with:
4141
additional-matrix: '[{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.9"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.10"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.11"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.12"},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "3.13"}, {"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "python": "pypy3.11", "continue-on-error": true}]'
4242

@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Test Environment
5656
id: setup-env
57-
uses: rusher/mariadb-test-setup@master
57+
uses: mariadb-corporation/connector-ci-setup@master
5858
with:
5959
node-version: ${{ matrix.node }}
6060
db-type: ${{ matrix.db-type }}

0 commit comments

Comments
 (0)