Skip to content

Commit b37a8d5

Browse files
authored
Add macos aarch64 java/17 integration testing (#3671)
Co-authored-by: ikappaki <[email protected]>
1 parent 1094e3d commit b37a8d5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- os: macos-latest
3333
emacs_version: '28.2'
3434
java_version: '11'
35+
- os: macos-latest
36+
emacs_version: '29.3'
37+
java_version: '17'
38+
- os: macos-latest
39+
emacs_version: '28.2'
40+
java_version: '17'
3541

3642
steps:
3743
- name: Set up Emacs

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-----------
66
[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
77
[![CircleCI](https://circleci.com/gh/clojure-emacs/cider.svg?style=svg)](https://circleci.com/gh/clojure-emacs/cider)
8+
[![Integration tests](https://github.com/clojure-emacs/cider/actions/workflows/test.yml/badge.svg)](https://github.com/clojure-emacs/cider/actions/workflows/test.yml)
89
[![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)
910
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.com/invite/nFPpynQPME)
1011
[![Slack](https://img.shields.io/badge/chat-%23cider-green.svg?style=flat)](http://clojurians.net)

0 commit comments

Comments
 (0)