File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 otp :
23- - " 28.3 "
23+ - " 28.4 "
2424 - " 28.0"
2525 - " 27.3"
2626 - " 27.0"
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
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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments