diff --git a/.github/workflows/hello.yaml b/.github/workflows/hello.yaml index 1c75fb9..037d6ae 100644 --- a/.github/workflows/hello.yaml +++ b/.github/workflows/hello.yaml @@ -3,6 +3,10 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: + strategy: + matrix: + os: [ubuntu-22.04, ubuntu-20.04] + version: [10, 12, 14,1,2,3,4,5,6,10,15] runs-on: [self-hosted] steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."