diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dfc81a2e..9fc21aac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,9 @@ jobs: matrix: php: [7.4, '8.0', 8.1] laravel: [8, 9] - exclude: - - php: 7.4 - laravel: 9 + exclude: + - php: 7.4 + laravel: 9 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} @@ -35,5 +35,6 @@ jobs: run: | composer require "illuminate/contracts=^${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update composer update --prefer-dist --no-interaction --no-progress + - name: Execute tests run: vendor/bin/phpunit --verbose diff --git a/composer.json b/composer.json index b10e5344..6aea8034 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "codeat3/blad^0.1e + "name": "codeat3/blade-iconpark", "description": "A package to easily make use of \"Icon Park Icons\" in your Laravel Blade views. ", "keywords": ["Blade", "iconpark", "Laravel"], "homepage": "https://github.com/codeat3/blade-iconpark",