Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from DarkGhostHunter/stable
Browse files Browse the repository at this point in the history
Stable
  • Loading branch information
DarkGhostHunter committed Apr 11, 2021
2 parents 0fc3113 + 4b4a9cb commit e86d0ff
Show file tree
Hide file tree
Showing 51 changed files with 1,905 additions and 3,186 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Composer
name: Tests

on:
push:
Expand All @@ -12,13 +12,11 @@ jobs:
fail-fast: true
matrix:
php: [8.0, 7.4]
laravel: [8.*, 7.*]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
testbench: 6.17

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

Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build
/build
composer.lock
docs
vendor
coverage
/vendor
/coverage
.phpunit.result.cache
19 changes: 0 additions & 19 deletions .scrutinizer.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .styleci.yml

This file was deleted.

55 changes: 0 additions & 55 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit e86d0ff

Please sign in to comment.