actions: it makes more sense to use Haxe version matrix on samples

This commit is contained in:
Josh Tynjala
2023-05-02 09:21:04 -07:00
parent e2d34a52ac
commit 103206b2d6

View File

@@ -781,11 +781,14 @@ jobs:
neko-samples:
needs: package-haxelib
runs-on: ubuntu-20.04
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.1]
steps:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
haxe-version: ${{ matrix.haxe-version }}
- name: Set HAXEPATH
run: |