File tree Expand file tree Collapse file tree 5 files changed +28
-17
lines changed
Expand file tree Collapse file tree 5 files changed +28
-17
lines changed Original file line number Diff line number Diff line change 1+ name : Tests
2+ on : [ push, pull_request ]
3+ jobs :
4+ run :
5+ runs-on : ubuntu-latest
6+ strategy :
7+ matrix :
8+ php-versions : [ '7.3', '7.4', '8.0' ]
9+ name : Testing on PHP ${{ matrix.php-versions }}
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@v2
13+ - name : Setup PHP
14+ uses : shivammathur/setup-php@v2
15+ with :
16+ php-version : ${{ matrix.php-versions }}
17+ extensions : mbstring,bcmath
18+ tools : phpunit,composer
19+ - name : Install dependencies
20+ run : composer install --quiet --no-ansi --no-interaction --no-scripts --no-progress
21+ - name : Run tests
22+ run : composer test
Original file line number Diff line number Diff line change 11.DS_Store
22.idea
33/vendor
4- composer.lock
4+ composer.lock
5+ .phpunit.result.cache
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org /hedii/laravel-gelf-logger.svg?branch=master )] ( https://travis-ci.org/hedii/laravel-gelf-logger )
1+ ![ Build Status] ( https://github.com /hedii/laravel-gelf-logger/workflows/build/badge.svg )
22
33# Laravel Gelf Logger
44
Original file line number Diff line number Diff line change 2626 "source" : " https://github.com/hedii/laravel-gelf-logger"
2727 },
2828 "require" : {
29- "php" : " ^7.2.5 " ,
30- "illuminate/log" : " ^7.0|^8.0 " ,
29+ "php" : " ^7.3|^8.0 " ,
30+ "illuminate/log" : " ^8.12 " ,
3131 "graylog2/gelf-php" : " ^1.6"
3232 },
3333 "require-dev" : {
34- "orchestra/testbench" : " ^5 .0"
34+ "orchestra/testbench" : " ^6 .0"
3535 },
3636 "autoload" : {
3737 "psr-4" : {
You can’t perform that action at this time.
0 commit comments