Skip to content

Commit

Permalink
Test also with 25.3 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis authored Mar 11, 2023
1 parent bb0f0a3 commit 3de5f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
otp:
- "25.2"
- "25.3"
- "25.0"
- "24.3"
- "24.0"
Expand All @@ -44,7 +44,7 @@ jobs:
examples:
name: Test examples
runs-on: ubuntu-latest
container: erlang:25.2
container: erlang:25.3
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
parallel-examples:
name: Test examples in parallel
runs-on: ubuntu-latest
container: erlang:25.2
container: erlang:25.3
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -64,7 +64,7 @@ jobs:
coverage:
name: Code coverage
runs-on: ubuntu-latest
container: erlang:25.2
container: erlang:25.3
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ incompatibilities between the two tools by now.
<!-- Badges (alphabetically) -->
[codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg
[commit badge]: https://img.shields.io/github/last-commit/proper-testing/proper.svg?style=flat-square
[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.2-blue.svg?style=flat-square
[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.3-blue.svg?style=flat-square
[hex pm badge]: https://img.shields.io/hexpm/v/proper.svg?style=flat
[license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square
[release badge]: https://img.shields.io/github/release/proper-testing/proper.svg?style=flat-square
Expand Down

0 comments on commit 3de5f72

Please sign in to comment.