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 20
20
strategy :
21
21
matrix :
22
22
otp :
23
- - " 25.2 "
23
+ - " 25.3 "
24
24
- " 25.0"
25
25
- " 24.3"
26
26
- " 24.0"
44
44
examples :
45
45
name : Test examples
46
46
runs-on : ubuntu-latest
47
- container : erlang:25.2
47
+ container : erlang:25.3
48
48
steps :
49
49
- name : Checkout code
50
50
uses : actions/checkout@v3
54
54
parallel-examples :
55
55
name : Test examples in parallel
56
56
runs-on : ubuntu-latest
57
- container : erlang:25.2
57
+ container : erlang:25.3
58
58
steps :
59
59
- name : Checkout code
60
60
uses : actions/checkout@v3
64
64
coverage :
65
65
name : Code coverage
66
66
runs-on : ubuntu-latest
67
- container : erlang:25.2
67
+ container : erlang:25.3
68
68
steps :
69
69
- name : Checkout code
70
70
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.
195
195
<!-- Badges (alphabetically) -->
196
196
[codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg
197
197
[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
199
199
[hex pm badge]: https://img.shields.io/hexpm/v/proper.svg?style=flat
200
200
[license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square
201
201
[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