Skip to content

Commit

Permalink
rm windows from test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshembling committed Dec 3, 2023
1 parent 97d1ec2 commit 40e101c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.2, 8.1]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait Actions
public function welcome()
{
$this->newLine();
$this->warn('Hello, I am '.config('laragenie.bot.name').', how may I assist you today?');
$this->warn('Hello, I am '.config('laragenie.bot.name').', how may I assist you today? 🪄');
$this->newLine();

sleep(1);
Expand Down

0 comments on commit 40e101c

Please sign in to comment.