Skip to content

Commit f39e748

Browse files
authored
Add representative versions of Erlang/OTP 28 to CI (#325)
* Add representative versions of Erlang/OTP 28 to CI * Update README and copyright year
1 parent c8e7199 commit f39e748

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
otp:
23+
- "28.3"
24+
- "28.0"
2325
- "27.3"
2426
- "27.0"
2527
- "26.2"
@@ -46,7 +48,7 @@ jobs:
4648
examples:
4749
name: Test examples
4850
runs-on: ubuntu-latest
49-
container: erlang:27.3
51+
container: erlang:28.3
5052
steps:
5153
- name: Checkout code
5254
uses: actions/checkout@v6
@@ -56,7 +58,7 @@ jobs:
5658
parallel-examples:
5759
name: Test examples in parallel
5860
runs-on: ubuntu-latest
59-
container: erlang:27.3
61+
container: erlang:28.3
6062
steps:
6163
- name: Checkout code
6264
uses: actions/checkout@v6
@@ -66,7 +68,7 @@ jobs:
6668
coverage:
6769
name: Code coverage
6870
runs-on: ubuntu-latest
69-
container: erlang:27.3
71+
container: erlang:28.3
7072
steps:
7173
- name: Checkout code
7274
uses: actions/checkout@v6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can reach PropEr's developers in the following ways:
2626
We welcome user contributions and feedback (comments, suggestions, feature
2727
requests, bug reports, patches, etc.).
2828

29-
Copyright 2010-2025 by Manolis Papadakis, Eirini Arvaniti, and Kostis Sagonas.
29+
Copyright 2010-2026 by Manolis Papadakis, Eirini Arvaniti, and Kostis Sagonas.
3030

3131
This program is distributed under the [GPL](http://www.gnu.org/licenses/gpl.html),
3232
version 3 or later. Please see the [COPYING][license] file for details.
@@ -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%2027.3-blue.svg?style=flat-square
198+
[erlang versions badge]: https://img.shields.io/badge/erlang-21.3%20to%2028.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)