Skip to content

test with matrix

test with matrix #4

Workflow file for this run

name: Actions
on: [push, workflow_dispatch]
jobs:
build:
name: For testing purposes
strategy:
matrix:
unityVersion:
- 2023.2.7f1
- 2023.1.20f1
- 2022.3.19f1
- 2021.3.34f1
os:
- ubuntu-latest
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4