Skip to content

Commit d376207

Browse files
Merge pull request #22 from stackkit/feature/work
Test package with PHP 8.2 and Laravel 10
2 parents 900c656 + b33954d commit d376207

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
payload:
18+
- { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.2', 'testbench': '8.*'}
19+
- { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.1', 'testbench': '8.*'}
20+
- { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.2', 'testbench': '7.*'}
1821
- { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.1', 'testbench': '7.*'}
1922
- { queue: 'github-actions-laravel9-php80', laravel: '9.*', php: '8.0', 'testbench': '7.*'}
2023
- { queue: 'github-actions-laravel8-php81', laravel: '8.*', php: '8.1', 'testbench': '6.*'}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Please check the table below for supported Laravel and PHP versions:
3232
| 6.x | 7.4 or 8.0
3333
| 7.x | 7.4 or 8.0
3434
| 8.x | 7.4 or 8.0
35-
| 9.x | 8.0 or 8.1
35+
| 9.x | 8.0 or 8.1 or 8.2
36+
| 10.x | 8.1 or 8.2
3637

3738
# Installation
3839

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"require": {
1111
"ext-json": "*",
1212
"google/cloud-scheduler": "^1.6",
13-
"phpseclib/phpseclib": "~2.0"
13+
"phpseclib/phpseclib": "~3.0"
1414
},
1515
"require-dev": {
1616
"mockery/mockery": "^1.5",
17-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0"
17+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)