From df3f9a953eba58d33e58c64e99f0c09a3ff1ea84 Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Thu, 13 May 2021 21:23:14 +0200 Subject: [PATCH] chore(deps): bump gabrielbull/ups-api v2 --- .github/workflows/test.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47fe0e9..9a7d095 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: tests: name: PHP ${{ matrix.php }}; Laravel ${{ matrix.laravel }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: diff --git a/composer.json b/composer.json index 4a3f1fe..08ada5e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^7.2.5 || ^8.0", "illuminate/contracts": "^6.0 || ^7.0 || ^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0", - "gabrielbull/ups-api": "^1.2" + "gabrielbull/ups-api": "^1.2.2 || ^2.0" }, "require-dev": { "graham-campbell/analyzer": "^3.0",