Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 13, 2023
1 parent 71c1c38 commit 818dafc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2, 8.3]
laravel: [9, 10]
laravel: [9, 10, 11]
phpunit: [9, 10]
exclude:
- php: '8.0'
Expand All @@ -27,6 +27,8 @@ jobs:
phpunit: 10
- php: 8.3
laravel: 9
- laravel: 11
phpunit: 9
- laravel: 9
phpunit: 10

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
phpunit: 10
- php: 8.3
laravel: 9
- laravel: 11
phpunit: 9
- laravel: 9
phpunit: 10

Expand Down

0 comments on commit 818dafc

Please sign in to comment.