Skip to content

Commit

Permalink
Add more test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pvande committed Oct 10, 2024
1 parent f1cafc9 commit 8f04446
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/5.32.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "5.32"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '5.32'
14 changes: 14 additions & 0 deletions .github/workflows/5.33.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "5.33"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '5.33'
14 changes: 14 additions & 0 deletions .github/workflows/5.34.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "5.34"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '5.34'
14 changes: 14 additions & 0 deletions .github/workflows/5.35.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "5.35"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '5.35'
14 changes: 14 additions & 0 deletions .github/workflows/5.36.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "5.36"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '5.36'
14 changes: 14 additions & 0 deletions .github/workflows/6.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "6.0"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '6.0'
14 changes: 14 additions & 0 deletions .github/workflows/6.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "6.1"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '6.1'
14 changes: 14 additions & 0 deletions .github/workflows/6.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "6.3"
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main

jobs:
tests:
uses: ./.github/workflows/regression-tests.yml
with:
version: '6.3'
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ initialization. Works with DragonRuby 5.25+.
|[![DragonRuby 5.28](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.28.yaml?style=flat&label=5.28)](https://github.com/pvande/dragonborn/actions/workflows/5.28.yaml)|
|[![DragonRuby 5.29](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.29.yaml?style=flat&label=5.29)](https://github.com/pvande/dragonborn/actions/workflows/5.29.yaml)|
|[![DragonRuby 5.30](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.30.yaml?style=flat&label=5.30)](https://github.com/pvande/dragonborn/actions/workflows/5.30.yaml)|
|[![DragonRuby 5.32](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.32.yaml?style=flat&label=5.32)](https://github.com/pvande/dragonborn/actions/workflows/5.32.yaml)|
|[![DragonRuby 5.33](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.33.yaml?style=flat&label=5.33)](https://github.com/pvande/dragonborn/actions/workflows/5.33.yaml)|
|[![DragonRuby 5.34](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.34.yaml?style=flat&label=5.34)](https://github.com/pvande/dragonborn/actions/workflows/5.34.yaml)|
|[![DragonRuby 5.35](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.35.yaml?style=flat&label=5.35)](https://github.com/pvande/dragonborn/actions/workflows/5.35.yaml)|
|[![DragonRuby 5.36](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/5.36.yaml?style=flat&label=5.36)](https://github.com/pvande/dragonborn/actions/workflows/5.36.yaml)|
|[![DragonRuby 6.0](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/6.0.yaml?style=flat&label=6.0)](https://github.com/pvande/dragonborn/actions/workflows/6.0.yaml)|
|[![DragonRuby 6.1](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/6.1.yaml?style=flat&label=6.1)](https://github.com/pvande/dragonborn/actions/workflows/6.1.yaml)|
|[![DragonRuby 6.3](https://img.shields.io/github/actions/workflow/status/pvande/dragonborn/6.3.yaml?style=flat&label=6.3)](https://github.com/pvande/dragonborn/actions/workflows/6.3.yaml)|

## Rationale

Expand Down

0 comments on commit 8f04446

Please sign in to comment.