Skip to content

Commit

Permalink
drop early nims
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 27, 2023
1 parent d731810 commit 24bdc0d
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 @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
nim: [devel, version-1-6, version-1-4, version-1-2, version-1-0]
nim: [devel, version-1-6]
name: '${{ matrix.os }} (${{ matrix.nim }})'
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Test Matrix](https://github.com/disruptek/bump/workflows/CI/badge.svg)](https://github.com/disruptek/bump/actions?query=workflow%3ACI)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/disruptek/bump?style=flat)](https://github.com/disruptek/bump/releases/latest)
![Minimum supported Nim version](https://img.shields.io/badge/nim-1.0.8%2B-informational?style=flat&logo=nim)
![Minimum supported Nim version](https://img.shields.io/badge/nim-1.6.11%2B-informational?style=flat&logo=nim)
[![License](https://img.shields.io/github/license/disruptek/bump?style=flat)](#license)

It just **bumps** the value of the `version` in your `.nimble` file, commits it, tags it, and pushes it.
Expand Down

0 comments on commit 24bdc0d

Please # to comment.