diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index 373ece8..5704a18 100644
--- a/.github/workflows/php.yml
+++ b/.github/workflows/php.yml
@@ -11,30 +11,28 @@ jobs:
strategy:
fail-fast: true
matrix:
- php: [7.4, 7.3, 7.2.15]
- laravel: [7.*, 6.*]
+ php: [8.0, 7.4]
+ laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- - laravel: 7.*
- testbench: 5.*
- - laravel: 6.*
- testbench: ^4.1
+ - laravel: 8.*
+ testbench: 6.*
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Setup PHP
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl
coverage: xdebug
- name: Cache dependencies
- uses: actions/cache@v1
+ uses: actions/cache@v2
with:
path: ~/.composer/cache/files
key: ${{ runner.os }}-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -54,5 +52,5 @@ jobs:
COVERALLS_SERVICE_NAME: github
run: |
rm -rf composer.* vendor/
- composer require cedx/coveralls
- vendor/bin/coveralls build/logs/clover.xml
+ composer require php-coveralls/php-coveralls
+ vendor/bin/php-coveralls
diff --git a/README.md b/README.md
index b0345c9..e683df4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-![Zachary Lisko - Unsplash (UL) #JEBeXUHm1c4](https://images.unsplash.com/flagged/photo-1570343271132-8949dd284a04?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1280&h=400&q=80)
+
-
-
- tests
-
-
-
-
- src/
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ src/
+
+
+
+
+
+
+
+
+
+ tests
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/auth.blade.php b/resources/views/auth.blade.php
index 3b1c467..4ffe140 100644
--- a/resources/views/auth.blade.php
+++ b/resources/views/auth.blade.php
@@ -24,6 +24,13 @@ class="@if($error) is-invalid @endif form-control form-control-lg"
@endif
+
+
+
+
+
+
+