Skip to content

Commit

Permalink
Merge 111fc5f into 0b9d710
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Mar 27, 2021
2 parents 0b9d710 + 111fc5f commit 5620680
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ on:
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
emacs_version:
- '25.3'
- '26.3'
- '27.1'
experimental: [false]
include:
- emacs_version: snapshot
allow_failures: true
experimental: true
cask_version:
- 'snapshot'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 5620680

Please sign in to comment.