Skip to content

Commit 7903a4b

Browse files
committed
[misc] updating CI links to mariadb-corporation account
1 parent 547ae48 commit 7903a4b

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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- id: set-matrix
3232
name: build matrix
33-
uses: rusher/mariadb-test-build-matrix@main
33+
uses: mariadb-corporation/connector-ci-build-matrix@main
3434
with:
3535
additional-matrix: '[{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "java": 8},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "java": 11},{"name": "MariaDB 11.4", "os": "ubuntu-latest", "db-type": "community", "db-tag": "11.4", "java": 17}]'
3636

@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Setup Test Environment
5050
id: setup-env
51-
uses: rusher/mariadb-test-setup@master
51+
uses: mariadb-corporation/connector-ci-setup@master
5252
with:
5353
node-version: ${{ matrix.node }}
5454
db-type: ${{ matrix.db-type }}

0 commit comments

Comments
 (0)