From 8bb93a2c198bb92360f8eb73662036dbf80a8a6f Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Thu, 10 Dec 2020 00:58:34 +0000 Subject: [PATCH 1/2] Actually run on different Erlang versions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 643a124..a6a0670 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: ci: name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}} runs-on: ${{matrix.os}} + container: + image: erlang:${{matrix.otp_vsn}} strategy: matrix: otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.1] From 09a0779aac5b0a91b63757deed47f21a4237cb98 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Thu, 10 Dec 2020 01:56:17 +0000 Subject: [PATCH 2/2] Be more "standard" --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a0670..01c6d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ --- -name: CI for dactyl +name: build on: push: branches: diff --git a/README.md b/README.md index b5a148e..ffe833c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dactyl -![CI for dactyl](https://github.com/miniclip/dactyl/workflows/CI%20for%20dactyl/badge.svg) +![build](https://github.com/miniclip/dactyl/workflows/build/badge.svg) [![erlang][erlang badge]][erlang downloads] [erlang badge]: https://img.shields.io/badge/erlang-%3E%3D19.3-lightgrey