Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beacoder authored Apr 30, 2024
1 parent 98d9f00 commit 47a99c1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,26 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
emacs_version:
- 24.4
- snapshot
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- 29.3
experimental: [false]
include:
- emacs_version: snapshot
experimental: true
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Check startup
run: ./test-startup.sh

0 comments on commit 47a99c1

Please sign in to comment.