Skip to content

rename action

rename action #43

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
mysql:
- builtin
- mysql:8.1
- mariadb:11
steps:
- name: Setup Shopware
uses: shopware/setup-shopware@main
with:
mysql-version: ${{ matrix.mysql }}
install: 'true'