branch: elpa/datetime
commit 6f882e6e2af36b79603ddf8137e1fcf1af70456e
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Regenerate timezone name extmap using OpenJDK 14.0.2 (Debian build 
14.0.2+12-2).
---
 .github/workflows/test.yml |  28 +++++++++-------------------
 datetime.el                |   2 +-
 timezone-name-data.extmap  | Bin 2760020 -> 2760832 bytes
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a3acee8ba8..7f7a046fc5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,32 +2,21 @@ name: CI
 
 on:
   push:
-    paths-ignore:
-      - '**.md'
+    paths-ignore: ['**.md', '**.adoc']
   pull_request:
-    paths-ignore:
-      - '**.md'
+    paths-ignore: ['**.md', '**.adoc']
 
 jobs:
   test:
     runs-on: ubuntu-latest
-    continue-on-error: ${{matrix.allow_failures}}
+    continue-on-error: ${{matrix.emacs_version == 'snapshot'}}
 
     strategy:
       matrix:
-        emacs_version:
-          - 25.1
-          - 25.2
-          - 25.3
-          - 26.1
-          - 26.2
-          - 26.3
-
-        allow_failures: [false]
-
-        include:
-          - emacs_version: snapshot
-            allow_failures: true
+        emacs_version: ['25.1', '25.2', '25.3',
+                        '26.1', '26.2', '26.3',
+                        '27.1', '27.2',
+                        'snapshot']
 
     steps:
     - name: Set up Emacs
@@ -39,8 +28,9 @@ jobs:
       run: curl -fsSL 
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
 
     - name: Install Java
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v2
       with:
+        distribution: 'zulu'
         java-version: '14'
 
     - name: Check out the source code
diff --git a/datetime.el b/datetime.el
index 2049db2ceb..b98d8e07f3 100644
--- a/datetime.el
+++ b/datetime.el
@@ -1702,7 +1702,7 @@ Other locale-specific data as well as locale-independent 
data
 about timezones is contained in different databases.  See
 `datetime-locale-database-version' and
 `datetime-timezone-database-version'."
-  2)
+  3)
 
 
 (provide 'datetime)
diff --git a/timezone-name-data.extmap b/timezone-name-data.extmap
index 03088cdc55..82eb48f17d 100644
Binary files a/timezone-name-data.extmap and b/timezone-name-data.extmap differ

Reply via email to