From f58da3a283490f4a376bb9b52a26a820bfe5cc51 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Fri, 19 Apr 2024 20:05:27 -0400 Subject: [PATCH] Update sodium_compat dependency --- .github/workflows/ci.yml | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b970a..b9e2657 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: phpunit-versions: ['latest'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -34,11 +34,11 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] phpunit-versions: ['latest'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 886ae2e..8e1bc96 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-gmp": "*", "defuse/php-encryption": "^2.1", "mdanter/ecc": "^1", - "paragonie/sodium_compat": "^1.16", + "paragonie/sodium_compat": "^1|^2", "paragonie/constant_time_encoding": "^2.1" }, "require-dev": {