Create test4.yml

This commit is contained in:
Igor Pečovnik
2023-04-18 20:04:25 +02:00
committed by GitHub
parent da18555b37
commit 4e1590b974

12
.github/workflows/test4.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Run them all
on:
workflow_dispatch:
jobs:
example_matrix:
strategy:
matrix:
version: [10, 12, 14]
steps:
- name: Install Homebrew
run: echo ${{ matrix.version }}