Skip to content

Commit

Permalink
Merge pull request #200 from jcs-PR/test/29
Browse files Browse the repository at this point in the history
test: Emacs 29.1
  • Loading branch information
jcs090218 authored Mar 28, 2024
2 parents 1aa91d5 + e80e944 commit 81954d9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,27 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.1
- 27.2
- 28.1
- snapshot
- 28.2
- 29.1
experimental: [false]
include:
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
- os: macos-latest
emacs-version: snapshot
experimental: true
- os: windows-latest
emacs-version: snapshot
experimental: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 81954d9

Please sign in to comment.