Skip to content

[RELEASE] 12.0.5 Minor fixes #623

[RELEASE] 12.0.5 Minor fixes

[RELEASE] 12.0.5 Minor fixes #623

name: tests-ac-mariadb-mysqli
on:
push:
pull_request:
schedule:
- cron: '42 5 * * *'
jobs:
testsuite:
name: Acceptance tests mariadb with mysqli
runs-on: ubuntu-20.04
strategy:
# This prevents cancellation of matrix job runs, if one or more already failed
# and let the remaining matrix jobs be executed anyway.
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s composerUpdate
- name: Acceptance Tests mariadb and mysqli
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s acceptance -d mariadb -a mysqli