mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Create test4.yml
This commit is contained in:
12
.github/workflows/test4.yml
vendored
Normal file
12
.github/workflows/test4.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user