We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af62d2b commit dc28fd2Copy full SHA for dc28fd2
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
emacs-version:
23
- - "26.3"
24
- "27.2"
25
- "28.2"
26
- "29.4"
@@ -36,6 +35,9 @@ jobs:
36
35
- os: windows-latest
37
emacs-version: snapshot
38
experimental: true
+ exclude:
39
+ - os: macos-latest
40
+ emacs-version: 27.2
41
steps:
42
- name: Setup PHP with tools
43
uses: shivammathur/setup-php@v2
@@ -46,8 +48,7 @@ jobs:
46
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
49
- uses: actions/setup-python@v6
50
with:
- python-version: '3.10'
- architecture: 'x64'
51
+ python-version: '3.13'
52
- uses: jcs090218/setup-emacs@master
53
54
version: ${{ matrix.emacs-version }}
0 commit comments