Skip to content

Commit

Permalink
test: Emacs 29.1 (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Aug 1, 2023
1 parent 295d898 commit 9d28c2c
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 @@ -15,6 +15,7 @@ concurrency:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +25,18 @@ jobs:
- 27.1
- 27.2
- 28.1
- 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: jcs090218/setup-emacs@master
Expand Down

0 comments on commit 9d28c2c

Please sign in to comment.