Skip to content

Commit c2b8928

Browse files
committed
Update phpseclib to 3.x
1 parent 9a5dd0c commit c2b8928

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/run-tests.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ 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.*'}
21-
- { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.1', 'testbench': '7.*'}
22-
- { queue: 'github-actions-laravel9-php80', laravel: '9.*', php: '8.0', 'testbench': '7.*'}
23-
- { queue: 'github-actions-laravel8-php81', laravel: '8.*', php: '8.1', 'testbench': '6.*'}
24-
- { queue: 'github-actions-laravel8-php80', laravel: '8.*', php: '8.0', 'testbench': '6.*'}
25-
- { queue: 'github-actions-laravel8-php74', laravel: '8.*', php: '7.4', 'testbench': '6.*'}
26-
- { queue: 'github-actions-laravel7-php80', laravel: '7.*', php: '8.0', 'testbench': '5.*' }
27-
- { queue: 'github-actions-laravel7-php74', laravel: '7.*', php: '7.4', 'testbench': '5.*' }
28-
- { queue: 'github-actions-laravel6-php80', laravel: '6.*', php: '8.0', 'testbench': '4.*' }
29-
- { queue: 'github-actions-laravel6-php74', laravel: '6.*', php: '7.4', 'testbench': '4.*' }
18+
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
19+
- { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
20+
- { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
21+
- { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
22+
- { laravel: '9.*', php: '8.0', 'testbench': '7.*'}
23+
- { laravel: '8.*', php: '8.1', 'testbench': '6.*'}
24+
- { laravel: '8.*', php: '8.0', 'testbench': '6.*'}
25+
- { laravel: '8.*', php: '7.4', 'testbench': '6.*'}
26+
- { laravel: '7.*', php: '8.0', 'testbench': '5.*' }
27+
- { laravel: '7.*', php: '7.4', 'testbench': '5.*' }
28+
- { laravel: '6.*', php: '8.0', 'testbench': '4.*' }
29+
- { laravel: '6.*', php: '7.4', 'testbench': '4.*' }
3030

3131
name: PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }}
3232

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"require": {
1111
"ext-json": "*",
1212
"google/cloud-scheduler": "^1.6",
13-
"phpseclib/phpseclib": "~2.0"
13+
"phpseclib/phpseclib": "^3.0",
14+
"google/auth": "^v1.29.1"
1415
},
1516
"require-dev": {
1617
"mockery/mockery": "^1.5",

0 commit comments

Comments
 (0)