From def84f172df92635cc62f3356e3e7ad054638eb4 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Thu, 18 May 2023 11:19:24 +0200 Subject: [PATCH] Add 26.0 in tested OTP versions (#312) --- .github/workflows/ci.yml | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62ed4be5..4bd167e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: strategy: matrix: otp: + - "26.0" - "25.3" - "25.0" - "24.3" @@ -44,7 +45,7 @@ jobs: examples: name: Test examples runs-on: ubuntu-latest - container: erlang:25.3 + container: erlang:26.0 steps: - name: Checkout code uses: actions/checkout@v3 @@ -54,7 +55,7 @@ jobs: parallel-examples: name: Test examples in parallel runs-on: ubuntu-latest - container: erlang:25.3 + container: erlang:26.0 steps: - name: Checkout code uses: actions/checkout@v3 @@ -64,7 +65,7 @@ jobs: coverage: name: Code coverage runs-on: ubuntu-latest - container: erlang:25.3 + container: erlang:26.0 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/README.md b/README.md index 62b24074..b2715fed 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ incompatibilities between the two tools by now. [codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg [commit badge]: https://img.shields.io/github/last-commit/proper-testing/proper.svg?style=flat-square -[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.3-blue.svg?style=flat-square +[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2026.0-blue.svg?style=flat-square [hex pm badge]: https://img.shields.io/hexpm/v/proper.svg?style=flat [license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square [release badge]: https://img.shields.io/github/release/proper-testing/proper.svg?style=flat-square