Skip to content

Commit

Permalink
Fix tests (#130)
Browse files Browse the repository at this point in the history
* Fix tests

* Dont run formatting on fork

* remove pull request
  • Loading branch information
Jubeki authored Jan 25, 2024
1 parent ca70179 commit 185187d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: fix code styling

on: [push]
on:
push:
branches:
- master
- '*.x'

jobs:
lint:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11
exclude:
- php: 8.1
laravel: 11

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

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Execute tests
run: vendor/bin/pest

windows_tests:
runs-on: windows-2019

Expand All @@ -56,9 +56,9 @@ jobs:
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11
exclude:
- php: 8.1
laravel: 11

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

Expand Down

0 comments on commit 185187d

Please sign in to comment.