Skip to content

Update outdated GHA versions #35

Update outdated GHA versions

Update outdated GHA versions #35

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
env:
BATS_CORE_VERSION: 1.8.2
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# For newer versions: https://github.com/actions/runner-images#available-images
os:
- macos-13
- macos-14
name: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: mig4/setup-bats@v1
with:
bats-version: ${{ env.BATS_CORE_VERSION }}
- name: Install Shellcheck
run: brew install shellcheck
- name: Bats version
run: bats -v
- name: Run tests
run: bats -r test/