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- - " 25.2 "
23+ - " 25.3 "
2424 - " 25.0"
2525 - " 24.3"
2626 - " 24.0"
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
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
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
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.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
You can’t perform that action at this time.
0 commit comments