diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 46d0238..5588b2b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 }} diff --git a/composer.json b/composer.json index 6904abf..cfeadfe 100644 --- a/composer.json +++ b/composer.json @@ -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",