Skip to content

Commit

Permalink
Add 26.0 in tested OTP versions (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed May 18, 2023
1 parent f511d29 commit def84f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
matrix:
otp:
- "26.0"
- "25.3"
- "25.0"
- "24.3"
Expand All @@ -44,7 +45,7 @@ jobs:
examples:
name: Test examples
runs-on: ubuntu-latest
container: erlang:25.3
container: erlang:26.0
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -54,7 +55,7 @@ jobs:
parallel-examples:
name: Test examples in parallel
runs-on: ubuntu-latest
container: erlang:25.3
container: erlang:26.0
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -64,7 +65,7 @@ jobs:
coverage:
name: Code coverage
runs-on: ubuntu-latest
container: erlang:25.3
container: erlang:26.0
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.3-blue.svg?style=flat-square
[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2026.0-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 def84f1

Please # to comment.