Skip to content

Commit

Permalink
CI: Continue on error when using Emacs snapshot versions
Browse files Browse the repository at this point in the history
The meaning of "snapshot" changes over time and may unintentionally introduce
too new of a version (which might obsolete things that ledger-mode still needs
to support older versions).
  • Loading branch information
bcc32 committed Nov 14, 2024
1 parent 15b7d29 commit 356d804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ matrix.experimental || matrix.emacs_version == 'snapshot' }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 356d804

Please sign in to comment.