Skip to content

Commit f7c8681

Browse files
Laravel 10.x Compatibility (#52)
* Bump dependencies for Laravel 10 * Update GitHub Actions for Laravel 10
1 parent 30164f3 commit f7c8681

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/run-tests-L7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.4, 7.3, 7.2]
13-
laravel: [7.*, 6.*, 5.8.*]
12+
php: [7.4, 7.3, 7.2, 8.1]
13+
laravel: [7.*, 6.*, 5.8.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

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

.github/workflows/run-tests-L8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.4, 7.3]
13-
laravel: [8.*]
12+
php: [7.4, 7.3, 8.1]
13+
laravel: [8.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5|^8.0",
20-
"illuminate/support": "^5.8|^6|^7|^8|^9",
21-
"illuminate/console": "^5.8|^6|^7|^8|^9",
20+
"illuminate/support": "^5.8|^6|^7|^8|^9|^10.0",
21+
"illuminate/console": "^5.8|^6|^7|^8|^9|^10.0",
2222
"guzzlehttp/guzzle": "^6.5|^7",
2323
"geoip2/geoip2": "^2.11"
2424
},

0 commit comments

Comments
 (0)