Skip to content

Commit

Permalink
[TASK] MariaDB Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
hojalatheef committed Feb 19, 2025
1 parent 87b2f8c commit b73fefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: Build/Scripts/runTests.sh -b podman -p ${{ matrix.php }} -d mysql -s functional

- name: 'Execute functional tests'
run: Build/Scripts/runTests.sh -b podman -p ${{ matrix.php }} -d mariadb -s functional
run: Build/Scripts/runTests.sh -b podman -p ${{ matrix.php }} -d mariadb 10.5 -s functional

- name: 'Execute functional tests'
run: Build/Scripts/runTests.sh -b podman -p ${{ matrix.php }} -d postgres -s functional

0 comments on commit b73fefd

Please sign in to comment.