Skip to content

Commit

Permalink
Add more python/emacs versions to CI and disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
813gan committed Sep 8, 2024
1 parent 8bddfe7 commit a33c81d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
emacs_version: [27.2, 28.2, 29.3, snapshot]
python_version: [3.12.4, 3.x]
python_version: [3.10.13, 3.11.2, 3.12.4, 3.x]
include:
- os: macos-latest
emacs_version: snapshot
Expand Down

0 comments on commit a33c81d

Please sign in to comment.