File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 otp :
23+ - " 28.3"
24+ - " 28.0"
2325 - " 27.3"
2426 - " 27.0"
2527 - " 26.2"
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
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
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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can reach PropEr's developers in the following ways:
2626We welcome user contributions and feedback (comments, suggestions, feature
2727requests, 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
3131This program is distributed under the [ GPL] ( http://www.gnu.org/licenses/gpl.html ) ,
3232version 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
You can’t perform that action at this time.
0 commit comments