diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78fa6c6..112b2b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2, 8.3, 8.4] steps: - name: Checkout code - 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 2ac695c..cd1b0a5 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "homepage": "https://codeception.com/", "require": { - "php": "^8.0", + "php": "^8.1", "ext-dom": "*", "codeception/lib-web": "^1.0.6", "symfony/css-selector": ">=4.4.24 <8.0"