diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index eb2596e..74fb954 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -18,7 +18,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 tools: composer:v2 coverage: none diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0561ed..abd2cd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - php: ['8.1', '8.2', '8.3'] + php: ['8.2', '8.3'] dependency-version: [ prefer-stable ] parallel: [ '', '--parallel' ] diff --git a/composer.json b/composer.json index 21e66bb..600b291 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "license": "MIT", "require": { - "php": "^8.1", + "php": "^8.2", "pestphp/pest": "^2.5", "pestphp/pest-plugin": "^2.0.1" },