From eceabbc45b7b253904e0933ce6651d3409e05ff3 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Sat, 2 Dec 2023 11:37:42 +0100 Subject: [PATCH 1/2] build with PHP 8.2 and 8.3 --- .github/workflows/qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 08a113ebdb1fa814f7a9fa3c3b5b8407bcd052ed Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Sat, 2 Dec 2023 11:41:05 +0100 Subject: [PATCH 2/2] fix build of Nextras 5 to run on PHP 8.1+ --- ...as-5.0-php-7.4-to-8.1.sh => nextras-5.0-php-8.1-to-8.3.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/matrix/dbal/{nextras-5.0-php-7.4-to-8.1.sh => nextras-5.0-php-8.1-to-8.3.sh} (75%) 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"