Skip to content

Commit

Permalink
Add macos aarch64 java/17 integration testing (#3671)
Browse files Browse the repository at this point in the history
Co-authored-by: ikappaki <[email protected]>
  • Loading branch information
ikappaki and ikappaki authored May 19, 2024
1 parent 1094e3d commit b37a8d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b37a8d5

Please sign in to comment.