Test on top of Erlang/OTP 25+ (not RC) (#118)

* Add Erlang/OTP 25+ (not RC) to tests

* Test a specific combo

And a strict version

* Allow testing "edge" cases

We weren't taking our own considerations into account for version strictness
We want to be able to test cases where we use -otp- (if the consumer is doing
it, at least they have to use _strict_ to assert their decision)
This commit is contained in:
Paulo F. Oliveira
2022-05-30 15:11:49 +01:00
committed by GitHub
parent b8427d3a11
commit ac7b7d515b
4 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
combo:
- otp-version: '25.0-rc1'
- otp-version: '25'
rebar3-version: 'nightly'
os: 'windows-latest'
- otp-version: '24.0.2'