Skip to content

Commit

Permalink
Move to from travis GitHub actions and fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
websi committed Dec 14, 2023
1 parent 59405e3 commit b279d9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
name: PHP Lint with ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
name: PHPUnit with ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
- uses: actions/checkout@v4
Expand All @@ -36,11 +36,11 @@ jobs:
extensions: intl
- uses: php-actions/composer@v6
with:
php-version: ${{ matrix.php-versions }}
php_version: ${{ matrix.php-versions }}
- uses: php-actions/phpunit@v3
with:
php-version: ${{ matrix.php-versions }}
php_version: ${{ matrix.php-versions }}
bootstrap: vendor/autoload.php
log_junit: 1
testdox_text: 1
args: tests/Unit/
args: tests/Unit/

0 comments on commit b279d9b

Please sign in to comment.