diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ec956..14c6dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,13 @@ jobs: strategy: matrix: php-version: - - "8.1" + - "8.2" + - "8.3" dependencies: - "highest" include: - dependencies: "lowest" - php-version: "8.1" + php-version: "8.2" steps: - name: "Checkout" diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 826a788..b90663b 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -18,7 +18,7 @@ jobs: - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: - php-version: "8.1" + php-version: "8.2" coverage: "none" extensions: "json, mbstring" tools: "cs2pr" diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 6ebb664..96ba3ec 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -19,7 +19,7 @@ jobs: - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: - php-version: "8.1" + php-version: "8.2" coverage: "pcov" extensions: "json, mbstring" tools: "cs2pr" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 3f9a4fd..f32eb75 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -18,7 +18,7 @@ jobs: - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: - php-version: "8.1" + php-version: "8.2" coverage: "none" extensions: "json, mbstring" tools: "cs2pr" diff --git a/composer.json b/composer.json index b23f68f..a6ecc38 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "sort-packages": true }, "require": { - "php": "^8.1", + "php": "^8.2", "thecodingmachine/safe": "^2" }, "require-dev": {