diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 87c193c..fdec017 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,13 +9,13 @@ jobs: code_quality: strategy: matrix: - php_version: [7.4, 8.0, 8.1] + php_version: [8.1, 8.2, 8.3, 8.4] runs-on: ubuntu-latest steps: - name: Checkout hypernode-deploy uses: actions/checkout@v3 - name: Install PHP - uses: shivammathur/setup-php@2.21.1 + uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php_version }} tools: composer:v2 diff --git a/composer.json b/composer.json index ff00b0a..dcf6291 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "composer-runtime-api": "^2.0", "ext-curl": "*", "ext-json": "*", - "nesbot/carbon": "^2.0", + "nesbot/carbon": "^3.0", "psr/http-client-implementation": "^1.0", "php-http/client-common": "^2.5", "php-http/discovery": "^1.14",