From 3de5f72c893f46abe5ba48c259b34cc2246c0b6d Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sat, 11 Mar 2023 08:55:53 +0100 Subject: [PATCH] Test also with 25.3 (#306) --- .github/workflows/ci.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad94ac6..62ed4be5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: otp: - - "25.2" + - "25.3" - "25.0" - "24.3" - "24.0" @@ -44,7 +44,7 @@ jobs: examples: name: Test examples runs-on: ubuntu-latest - container: erlang:25.2 + container: erlang:25.3 steps: - name: Checkout code uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: parallel-examples: name: Test examples in parallel runs-on: ubuntu-latest - container: erlang:25.2 + container: erlang:25.3 steps: - name: Checkout code uses: actions/checkout@v3 @@ -64,7 +64,7 @@ jobs: coverage: name: Code coverage runs-on: ubuntu-latest - container: erlang:25.2 + container: erlang:25.3 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/README.md b/README.md index 73f727c2..62b24074 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.2-blue.svg?style=flat-square +[erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.3-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