Skip to content

Commit 1a6d730

Browse files
authored
Merge pull request #24 from cesargb/support_update
Update support
2 parents 4def1e4 + 089af05 commit 1a6d730

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.4, 8.0, 8.1]
16-
laravel: [9.*, 8.*, 6.*]
15+
php: [8.2, 8.1, 8.0]
16+
laravel: [9.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
18-
exclude:
19-
- php: 8.1
20-
laravel: 6.*
21-
- php: 7.4
22-
laravel: 9.*
2318
include:
2419
- laravel: 9.*
2520
testbench: 7.*
26-
- laravel: 8.*
27-
testbench: 6.*
28-
- laravel: 6.*
29-
testbench: 4.*
3021

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

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

4434
- name: Install dependencies

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
],
1919
"license": "MIT",
2020
"require": {
21-
"php" : "^7.4 | ^8.0",
22-
"illuminate/config": "^6.20|^8.76|^9.0",
23-
"illuminate/console": "^6.20|^8.76|^9.0",
24-
"illuminate/log": "^6.20|^8.76|^9.0",
25-
"illuminate/support": "^6.20|^8.76|^9.0",
21+
"php" : "^8.0",
22+
"illuminate/config": "^9.0",
23+
"illuminate/console": "^9.0",
24+
"illuminate/log": "^9.0",
25+
"illuminate/support": "^9.0",
2626
"monolog/monolog": "^2.0",
27-
"cesargb/php-log-rotation": "^2.4"
27+
"cesargb/php-log-rotation": "^2.6"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^4.18|^6.20|^7.0",
31-
"phpunit/phpunit": "^9.4"
30+
"orchestra/testbench": "^7.0",
31+
"phpunit/phpunit": "^9.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)