branch: elpa/cider
commit b37a8d5023b30c2386c9baf6bedc8c6bb0b8f0ad
Author: ikappaki <34983288+ikapp...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Add macos aarch64 java/17 integration testing (#3671)
    
    Co-authored-by: ikappaki <ikapp...@users.noreply.github.com>
---
 .github/workflows/test.yml | 6 ++++++
 README.md                  | 1 +
 2 files changed, 7 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 23c7aea3ee..f54d4caa4c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -32,6 +32,12 @@ jobs:
           - os: macos-latest
             emacs_version: '28.2'
             java_version: '11'
+          - os: macos-latest
+            emacs_version: '29.3'
+            java_version: '17'
+          - os: macos-latest
+            emacs_version: '28.2'
+            java_version: '17'
 
     steps:
     - name: Set up Emacs
diff --git a/README.md b/README.md
index cac8504364..b5156e5015 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
 -----------
 [![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
 
[![CircleCI](https://circleci.com/gh/clojure-emacs/cider.svg?style=svg)](https://circleci.com/gh/clojure-emacs/cider)
+[![Integration 
tests](https://github.com/clojure-emacs/cider/actions/workflows/test.yml/badge.svg)](https://github.com/clojure-emacs/cider/actions/workflows/test.yml)
 [![Spell-check 
Status](https://github.com/clojure-emacs/cider/actions/workflows/spell_checking.yml/badge.svg)](https://github.com/clojure-emacs/cider/actions/workflows/spell_checking.yml)
 
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.com/invite/nFPpynQPME)
 
[![Slack](https://img.shields.io/badge/chat-%23cider-green.svg?style=flat)](http://clojurians.net)

Reply via email to