Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Dec 6, 2024
1 parent 776c5ef commit 1fdad67
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

name: CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- '*'
- "*"
pull_request:
branches: [ master ]
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,29 +21,31 @@ jobs:
strategy:
matrix:
emacs_version:
- '25.3'
- '26.3'
- '27.1'
- "25.3"
- "26.3"
- "27.2"
- "28.2"
- "29.4"
experimental: [false]
include:
- emacs_version: snapshot
experimental: true
cask_version:
- 'snapshot'
- "snapshot"
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
python-version: "3.9"
architecture: "x64"
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: conao3/setup-cask@master
with:
version: 'snapshot'
version: "snapshot"

- name: Run tests
env:
Expand Down

0 comments on commit 1fdad67

Please sign in to comment.