Skip to content

Commit

Permalink
change ci requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Aug 20, 2021
1 parent 72df710 commit ab731d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.2'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alert

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Build Status](https://github.com/haberdashPi/Alert.jl/workflows/ci/badge.svg)](https://github.com/haberdashPI/Alert.jl/actions?query=workflow%3A%22CI%22+branch%3Amain)
[![Build Status](https://github.com/haberdashPi/Alert.jl/workflows/ci.yml/badge.svg)](https://github.com/haberdashPI/Alert.jl/actions/workflows/ci.yml)

Alert provides a cross-platform means of displaying a notification to the user in Julia. It
should work on MacOS, Windows 10 (even under WSL2) and many flavors of Linux. This is handy
Expand Down

0 comments on commit ab731d2

Please sign in to comment.