Skip to content

Commit

Permalink
Run tests on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Iman Ghafoori <[email protected]>
  • Loading branch information
imanghafoori1 committed Dec 15, 2023
1 parent d251c9d commit 892a86e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: tests

# Controls when the workflow will run
on:
push:
branches: [master]
Expand All @@ -13,11 +12,11 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
exclude:
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
- php: 8.3
laravel: ^6.0

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} on ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laravel Hey Man
# Laravel HeyMan


<p align="left">
Expand Down

0 comments on commit 892a86e

Please sign in to comment.