[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/datetime 422bff86bf 097/147: Also test on Emacs 28.2 and 2
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/datetime 422bff86bf 097/147: Also test on Emacs 28.2 and 29.1. |
Date: |
Fri, 31 Jan 2025 07:00:08 -0500 (EST) |
branch: elpa/datetime
commit 422bff86bf75a084a22b224c622323105186c77e
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Also test on Emacs 28.2 and 29.1.
---
.github/workflows/check-for-updates.yml | 2 +-
.github/workflows/test.yml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/check-for-updates.yml
b/.github/workflows/check-for-updates.yml
index 96fa6b3df4..286dc4c7eb 100644
--- a/.github/workflows/check-for-updates.yml
+++ b/.github/workflows/check-for-updates.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- emacs_version: ['27.2']
+ emacs_version: ['29.1']
steps:
- name: Set up Emacs
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cb4c1703a2..c7457d22a1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,8 @@ jobs:
emacs_version: ['25.1', '25.2', '25.3',
'26.1', '26.2', '26.3',
'27.1', '27.2',
- '28.1',
+ '28.1', '28.2',
+ '29.1',
'snapshot']
steps:
- [nongnu] elpa/datetime e9b8935336 107/147: Improve process output forwarding; in particular, don't faint if `HarvestData' writes something to stderr., (continued)
- [nongnu] elpa/datetime e9b8935336 107/147: Improve process output forwarding; in particular, don't faint if `HarvestData' writes something to stderr., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 0ec8ecf25e 131/147: Fix several issues that resulted in weekday number being formatted incorrectly for half of the locales; add tests., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime cd34348aa4 134/147: Also test on Emacs 29.2 and 29.3., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime fb324e2c79 044/147: Fix `generate-extmaps.sh' again, to avoid depending on `load-path' order, which apparently changed in newer Emacs versions., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime dc8ab610a8 045/147: Regenerate timezone and locale extmaps using OpenJDK 9.0.4 (build 9.0.4+12-Debian-4)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 0ae7addb2c 057/147: Use `nix-emacs-ci' instead of EVM to install Emacs on Travis CI., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime f1e4ec064a 060/147: Retire `:second-fractional-extension': make it always enabled., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime d9f5817433 061/147: Regenerate timezone extmap using OpenJDK 11.0.7 (build 11.0.7-ea+9-post-Debian-1)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime e7cb99033f 078/147: Disable the schedule for the new workflow, as it appears to always fail anyway, because of subtle differences compared to my Java installation., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3505de8bd1 085/147: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 422bff86bf 097/147: Also test on Emacs 28.2 and 29.1.,
ELPA Syncer <=
- [nongnu] elpa/datetime c8a226fb78 064/147: Regenerate locale extmap using OpenJDK 14.0.1 (build 14.0.1+7-Debian-1)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 00056db355 099/147: Fix version of `setup-eldev'; changes in 'master' appear to work., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime d557133e3b 100/147: Bump actions/checkout from 3 to 4, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b74a28b1aa 098/147: Use a GitHub action to install Eldev instead of shell command; also test on macOS and Windows., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3def4bf0d1 119/147: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime dc2eb9d2f0 135/147: Bump actions/setup-java from 3 to 4, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 8e5dd76db9 109/147: Always ignore Flycheck's temporary files for Git purposes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 5dd8d5f3f1 138/147: Release datetime 0.10, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2000eac95c 016/147: Add Travis CI script., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 5b09a2239f 027/147: Fix `datetime-list-locales' that stopped honoring `include-variants' after the move to `extmap'., ELPA Syncer, 2025/01/31