diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index c5c6bc1..ca41dd2 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} diff --git a/tests/matrix/dbal/nextras-5.0-php-7.4-to-8.1.sh b/tests/matrix/dbal/nextras-5.0-php-8.1-to-8.3.sh similarity index 75% rename from tests/matrix/dbal/nextras-5.0-php-7.4-to-8.1.sh rename to tests/matrix/dbal/nextras-5.0-php-8.1-to-8.3.sh index 07d3843..260c461 100644 --- a/tests/matrix/dbal/nextras-5.0-php-7.4-to-8.1.sh +++ b/tests/matrix/dbal/nextras-5.0-php-8.1-to-8.3.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PHP_VERSION_MIN="70400" -PHP_VERSION_MAX="80199" +PHP_VERSION_MIN="80100" +PHP_VERSION_MAX="80399" COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~5.0@dev" COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3" DBAL="nextras"