Skip to content

Commit

Permalink
fixed the workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Feb 4, 2022
1 parent 652090e commit 5390bdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5390bdb

Please sign in to comment.