Skip to content

Commit

Permalink
ci: Revert to explicit version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 10, 2024
1 parent b22ed4f commit 54dd476
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deprecated/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deprecated/error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
emacs-version:
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
emacs-version:
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 26.3
- 27.2
- 28.2
- ${{ vars.EMACS_VER }}
- 29.2
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/outdated_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_buttercup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ert-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- ${{ vars.EMACS_VER }}
- 29.2

steps:
- uses: jcs090218/setup-emacs@master
Expand Down

0 comments on commit 54dd476

Please sign in to comment.