From 5bbc3a053cb5e183f8a4d0467412290c9ac33794 Mon Sep 17 00:00:00 2001 From: AaronGilMartinez Date: Tue, 24 Sep 2024 16:13:10 +0200 Subject: [PATCH] OEL-3318: Remove suffix. --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65f6206..9822ff6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,12 @@ jobs: strategy: matrix: ROBO_VERSION: [ "4.0", "5.0" ] - PHP_VERSION: [ "8.2", "8.3", "8.0", "8.1" ] - exclude: - - ROBO_VERSION: "5.0" - PHP_VERSION: [ "8.0", "8.1" ] + PHP_VERSION: [ "8.2", "8.3"] + include: + - ROBO_VERSION: "4.0" + PHP_VERSION: "8.0" + - ROBO_VERSION: "4.0" + PHP_VERSION: "8.1" steps: - uses: actions/checkout@v2 @@ -21,3 +23,5 @@ jobs: php_version: ${{ matrix.PHP_VERSION }} version: 2 - uses: php-actions/phpunit@v3 + with: + test_suffix: FALSE