feat: 🎸 add support for ruby 3.4 #331
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Acceptance Test MariaDB | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
env: | |
DEBUG: ${{ vars.DEBUG }} | |
jobs: | |
mariadb111: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb111 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb110: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb110 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb1011: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb1011 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb1010: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb1010 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb109: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb109 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb108: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb108 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb107: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb107 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb106: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb106 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb105: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb105 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb104: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb104 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb103: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb103 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} | |
mariadb102: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 # shallow clone | |
- name: run test | |
run: docker-compose/acceptance_test.sh mariadb102 docker-compose-ci.yml | |
env: | |
TRACE: ${{ vars.TRACE }} |