Skip to content

Commit 7744b0e

Browse files
authored
Extend support to 28.4 (#326)
1 parent f39e748 commit 7744b0e

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-
- "28.3"
23+
- "28.4"
2424
- "28.0"
2525
- "27.3"
2626
- "27.0"
@@ -48,7 +48,7 @@ jobs:
4848
examples:
4949
name: Test examples
5050
runs-on: ubuntu-latest
51-
container: erlang:28.3
51+
container: erlang:28.4
5252
steps:
5353
- name: Checkout code
5454
uses: actions/checkout@v6
@@ -58,7 +58,7 @@ jobs:
5858
parallel-examples:
5959
name: Test examples in parallel
6060
runs-on: ubuntu-latest
61-
container: erlang:28.3
61+
container: erlang:28.4
6262
steps:
6363
- name: Checkout code
6464
uses: actions/checkout@v6
@@ -68,7 +68,7 @@ jobs:
6868
coverage:
6969
name: Code coverage
7070
runs-on: ubuntu-latest
71-
container: erlang:28.3
71+
container: erlang:28.4
7272
steps:
7373
- name: Checkout code
7474
uses: actions/checkout@v6

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.3%20to%2028.3-blue.svg?style=flat-square
198+
[erlang versions badge]: https://img.shields.io/badge/erlang-21.3%20to%2028.4-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)