Skip to content

Commit

Permalink
Merge pull request #24 from cesargb/support_update
Browse files Browse the repository at this point in the history
Update support
  • Loading branch information
cesargb authored Jan 6, 2023
2 parents 4def1e4 + 089af05 commit 1a6d730
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
laravel: [9.*, 8.*, 6.*]
php: [8.2, 8.1, 8.0]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 6.*
- php: 7.4
laravel: 9.*
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 6.*
testbench: 4.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand All @@ -38,7 +29,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, exif
coverage: none

- name: Install dependencies
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
],
"license": "MIT",
"require": {
"php" : "^7.4 | ^8.0",
"illuminate/config": "^6.20|^8.76|^9.0",
"illuminate/console": "^6.20|^8.76|^9.0",
"illuminate/log": "^6.20|^8.76|^9.0",
"illuminate/support": "^6.20|^8.76|^9.0",
"php" : "^8.0",
"illuminate/config": "^9.0",
"illuminate/console": "^9.0",
"illuminate/log": "^9.0",
"illuminate/support": "^9.0",
"monolog/monolog": "^2.0",
"cesargb/php-log-rotation": "^2.4"
"cesargb/php-log-rotation": "^2.6"
},
"require-dev": {
"orchestra/testbench": "^4.18|^6.20|^7.0",
"phpunit/phpunit": "^9.4"
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1a6d730

Please sign in to comment.