Skip to content

Commit

Permalink
OEL-3318: Remove suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronGilMartinez committed Sep 24, 2024
1 parent 2aad611 commit 3144dcc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,3 +23,5 @@ jobs:
php_version: ${{ matrix.PHP_VERSION }}
version: 2
- uses: php-actions/phpunit@v3
with:
test_suffix: FALSE

0 comments on commit 3144dcc

Please sign in to comment.