diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 5a39324e..6f22b2fb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.2 coverage: none - run: composer install --no-progress --prefer-dist diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae762695..5f67cc4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['8.2', '8.3', '8.4'] fail-fast: false @@ -112,7 +112,7 @@ jobs: - name: Save Code Coverage - if: ${{ matrix.php == '8.0' }} + if: ${{ matrix.php == '8.2' }} env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | diff --git a/composer.json b/composer.json index 676a7e1a..f2b8fc50 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "8.0 - 8.4" + "php": "8.2 - 8.4" }, "require-dev": { "tracy/tracy": "^2.9", diff --git a/readme.md b/readme.md index ad623238..47fb7fa4 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ Install Dibi via Composer: composer require dibi/dibi ``` -The Dibi 5.1 requires PHP version 8.0 and supports PHP up to 8.4. +The Dibi 5.1 requires PHP version 8.2 and supports PHP up to 8.4. Usage diff --git a/tests/dibi/Translator.enums.phpt b/tests/dibi/Translator.enums.phpt index 1e9c919b..f5d29d42 100644 --- a/tests/dibi/Translator.enums.phpt +++ b/tests/dibi/Translator.enums.phpt @@ -1,7 +1,6 @@