Skip to content

Commit

Permalink
Update mariadb in tests from 11.1 to 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jun 21, 2024
1 parent 6b11a33 commit 73743dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

tests-mariadb-linux-11_1:
tests-mariadb-linux-11_4:
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-mariadb-linux-11_4 ]
uses: ./.github/workflows/tests-mariadb-linux.yml
with:
mariadb: "11.0"
Expand Down Expand Up @@ -121,7 +121,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 73743dc

Please sign in to comment.