Skip to content

Commit

Permalink
ci: update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Apr 18, 2024
1 parent d3b6168 commit c2fd684
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,23 @@ jobs:
- '26.1'
- '26.2'
- '26.3'
- '27.1'
- '27.2'
- '28.1'
- '28.2'
- '29.1'
- '29.2'
- '29.3'
- 'snapshot'
include:
- emacs_version: 'snapshot'
allow_failure: true
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/setup-python@v1.1.1
- uses: actions/setup-python@v5
- uses: conao3/setup-cask@master

- name: Install dependencies
Expand Down

0 comments on commit c2fd684

Please sign in to comment.