Skip to content

Commit

Permalink
Merge pull request #24 from stackkit/feature/work
Browse files Browse the repository at this point in the history
Update phpseclib to 3.x
  • Loading branch information
marickvantuil authored Sep 2, 2023
2 parents a3a33c7 + c2b8928 commit 28ced64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
strategy:
matrix:
payload:
- { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.2', 'testbench': '8.*'}
- { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.1', 'testbench': '8.*'}
- { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.2', 'testbench': '7.*'}
- { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.1', 'testbench': '7.*'}
- { queue: 'github-actions-laravel9-php80', laravel: '9.*', php: '8.0', 'testbench': '7.*'}
- { queue: 'github-actions-laravel8-php81', laravel: '8.*', php: '8.1', 'testbench': '6.*'}
- { queue: 'github-actions-laravel8-php80', laravel: '8.*', php: '8.0', 'testbench': '6.*'}
- { queue: 'github-actions-laravel8-php74', laravel: '8.*', php: '7.4', 'testbench': '6.*'}
- { queue: 'github-actions-laravel7-php80', laravel: '7.*', php: '8.0', 'testbench': '5.*' }
- { queue: 'github-actions-laravel7-php74', laravel: '7.*', php: '7.4', 'testbench': '5.*' }
- { queue: 'github-actions-laravel6-php80', laravel: '6.*', php: '8.0', 'testbench': '4.*' }
- { queue: 'github-actions-laravel6-php74', laravel: '6.*', php: '7.4', 'testbench': '4.*' }
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
- { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
- { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
- { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
- { laravel: '9.*', php: '8.0', 'testbench': '7.*'}
- { laravel: '8.*', php: '8.1', 'testbench': '6.*'}
- { laravel: '8.*', php: '8.0', 'testbench': '6.*'}
- { laravel: '8.*', php: '7.4', 'testbench': '6.*'}
- { laravel: '7.*', php: '8.0', 'testbench': '5.*' }
- { laravel: '7.*', php: '7.4', 'testbench': '5.*' }
- { laravel: '6.*', php: '8.0', 'testbench': '4.*' }
- { laravel: '6.*', php: '7.4', 'testbench': '4.*' }

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

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"require": {
"ext-json": "*",
"google/cloud-scheduler": "^1.6",
"phpseclib/phpseclib": "~2.0"
"phpseclib/phpseclib": "^3.0",
"google/auth": "^v1.29.1"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand Down

0 comments on commit 28ced64

Please sign in to comment.