From 670a7d0ad84d2c18c118f7b20ca975d34032eb1b Mon Sep 17 00:00:00 2001 From: Valdeir S Date: Sat, 9 Sep 2023 09:40:24 -0300 Subject: [PATCH] chore: adiciona suporte para o PHP 8.2 --- .github/workflows/main.yml | 2 +- composer.json | 2 +- tests/unit/Domains/PaymentMethod/DebitCardTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f8ef14..4caaabd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0', '8.2'] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/composer.json b/composer.json index d9c9762..c9f0a89 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "type": "library", "license": "MIT", "require": { - "php": "^7.3 | ^8.0 | ^8.1", + "php": "^7.3 | ^8.0 | ^8.1 | ^8.2", "curl/curl": "^2.5", "ext-curl": "*", "ext-json": "*", diff --git a/tests/unit/Domains/PaymentMethod/DebitCardTest.php b/tests/unit/Domains/PaymentMethod/DebitCardTest.php index 886d816..cf8f5bf 100644 --- a/tests/unit/Domains/PaymentMethod/DebitCardTest.php +++ b/tests/unit/Domains/PaymentMethod/DebitCardTest.php @@ -106,10 +106,10 @@ public function populateToXml() { $xml = ' - eft BANCO_BRASIL + eft ';