Skip to content

Commit

Permalink
Merge branch 'master' into 20-introduction-of-tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 25, 2023
2 parents 1aff19f + 97e81bc commit 11fccad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 11.0.21
- 17.0.9
- 21.0.1
scala:
- 2.11.12
- 2.12.18
- 2.13.12
- 3.3.1
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: zulu
distribution: temurin
- name: Build with sbt
run: sbt '++ ${{ matrix.scala }}' scalaVersion sbtVersion version clean compile test package assembly

Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Soda
# [Soda](https://julianmendez.github.io/soda/)

[![build](https://github.com/julianmendez/soda/workflows/Scala%20CI/badge.svg)](https://github.com/julianmendez/soda/actions)
[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)

*Soda* (Symbolic Objective Descriptive Analysis) is an object-oriented functional language to
describe, analyze, and model human-centered problems.
Expand Down

0 comments on commit 11fccad

Please sign in to comment.