From f135ad3f8d5521056ecb048bda31ea19c91e56b1 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Tue, 28 Nov 2023 10:13:32 +0000 Subject: [PATCH] Add checks for PHP 8.3 --- .github/workflows/check.yml | 2 +- VERSION | 2 +- resources/debian/control | 2 +- resources/rpm/rpm.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index defda12..7a05421 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["8.0", "8.1", "8.2"] + php-version: ["8.0", "8.1", "8.2", "8.3"] experimental: [false] os: [ubuntu-latest] coverage-extension: [pcov] diff --git a/VERSION b/VERSION index f1547e6..815e68d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 +2.0.8 diff --git a/resources/debian/control b/resources/debian/control index 5c59981..de84c79 100644 --- a/resources/debian/control +++ b/resources/debian/control @@ -10,6 +10,6 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git Package: ~#PKGNAME#~ Provides: php-~#PROJECT#~ Architecture: all -Depends: php (>= 8.0.0), php-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 2.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.7), ${misc:Depends} +Depends: php (>= 8.0.0), php-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 2.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.8), ${misc:Depends} Description: PHP Unicode methods. PHP library containing Unicode methods. diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index 08fed1d..811d28a 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -18,7 +18,7 @@ BuildArch: noarch Requires: php(language) >= 8.0.0 Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) < 2.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.7 +Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.8 Requires: php-pcre Requires: php-mbstring