From 79edfcc73c047a044f46117c758ae87b0fddc713 Mon Sep 17 00:00:00 2001 From: Juergen Fuhrmann Date: Fri, 15 Jan 2021 14:43:43 +0100 Subject: [PATCH] Ci badge, minimal julia version 1.5, v0.2.0 --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- README.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5c13c..ac0bd4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.3' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. + - '1.5' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. # - 'nightly' os: diff --git a/Project.toml b/Project.toml index a404dce..fd1aac7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PDELib" uuid = "89250b5f-5002-42e4-96e5-388c85c70594" authors = ["Juergen Fuhrmann "] -version = "0.1.1" +version = "0.2.0" [deps] ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8" @@ -22,4 +22,4 @@ GridVisualize = "^0.1.1" Reexport = "1" SimplexGridFactory = "^0.4.2" VoronoiFVM = "^0.10.1" -julia = "^1.3" +julia = "^1.5" diff --git a/README.md b/README.md index 8a97e73..0745504 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build status](https://github.com/WIAS-BERLIN/PDELib.jl/workflows/linux-macos-windows/badge.svg)](https://github.com/WIAS-BERLIN/PDELib.jl/actions) + + PDELib.jl =========