Skip to content

Commit 3de5f72

Browse files
authored
Test also with 25.3 (#306)
1 parent bb0f0a3 commit 3de5f72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
otp:
23-
- "25.2"
23+
- "25.3"
2424
- "25.0"
2525
- "24.3"
2626
- "24.0"
@@ -44,7 +44,7 @@ jobs:
4444
examples:
4545
name: Test examples
4646
runs-on: ubuntu-latest
47-
container: erlang:25.2
47+
container: erlang:25.3
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
5454
parallel-examples:
5555
name: Test examples in parallel
5656
runs-on: ubuntu-latest
57-
container: erlang:25.2
57+
container: erlang:25.3
5858
steps:
5959
- name: Checkout code
6060
uses: actions/checkout@v3
@@ -64,7 +64,7 @@ jobs:
6464
coverage:
6565
name: Code coverage
6666
runs-on: ubuntu-latest
67-
container: erlang:25.2
67+
container: erlang:25.3
6868
steps:
6969
- name: Checkout code
7070
uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ incompatibilities between the two tools by now.
195195
<!-- Badges (alphabetically) -->
196196
[codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg
197197
[commit badge]: https://img.shields.io/github/last-commit/proper-testing/proper.svg?style=flat-square
198-
[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.2-blue.svg?style=flat-square
198+
[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.3-blue.svg?style=flat-square
199199
[hex pm badge]: https://img.shields.io/hexpm/v/proper.svg?style=flat
200200
[license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square
201201
[release badge]: https://img.shields.io/github/release/proper-testing/proper.svg?style=flat-square

0 commit comments

Comments
 (0)