Skip to content

Commit

Permalink
Merge pull request #550 from ClearcodeHQ/update-mariadb
Browse files Browse the repository at this point in the history
Update mariadb in tests from 11.1 to 11.4
  • Loading branch information
fizyk authored Jun 21, 2024
2 parents 6b11a33 + 4891b80 commit 6c0162d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,11 @@ jobs:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

tests-mariadb-linux-11_1:
needs: [ tests-mysql-linux ]
uses: ./.github/workflows/tests-mariadb-linux.yml
with:
mariadb: 11.1

tests-mariadb-linux-11:
needs: [ tests-mariadb-linux-11_1 ]
needs: [ tests-mysql-linux ]
uses: ./.github/workflows/tests-mariadb-linux.yml
with:
mariadb: "11.0"
mariadb: "11.4"
python-versions: '["3.10", "3.11", "3.12"]'

tests-mariadb-linux-10_11:
Expand Down Expand Up @@ -108,7 +102,7 @@ jobs:

tests-mariadb-macosx:
runs-on: macos-latest
needs: [tests-mysql-macosx, tests-mariadb-linux-11_1]
needs: [tests-mysql-macosx, tests-mariadb-linux-11]
strategy:
fail-fast: false
matrix:
Expand All @@ -121,7 +115,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ankane/setup-mariadb@v1
with:
mariadb-version: "11.1"
mariadb-version: "11.4"
- name: Install pkg-config
run: brew install pkg-config
- name: Check MySQL Version
Expand Down
1 change: 1 addition & 0 deletions newsfragments/550.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update MariaDB from 11.1 to 11.4 in tests.

0 comments on commit 6c0162d

Please sign in to comment.