Skip to content

Commit

Permalink
Merge pull request #119 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 Aug 15, 2023
2 parents 47f8caa + e005101 commit dd33da8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,26 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- snapshot
- 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 dd33da8

Please sign in to comment.