From 4a823cc16e80c7277e2681f1f14fc6c03bf37731 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Tue, 28 Nov 2023 10:12:42 +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 3e3c2f1..eca07e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 +2.1.2 diff --git a/resources/debian/control b/resources/debian/control index 05116b7..d0308c5 100644 --- a/resources/debian/control +++ b/resources/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git Package: ~#PKGNAME#~ Provides: php-~#PROJECT#~ Architecture: all -Depends: php (>= 8.0.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 2.0.0), php-tecnickcom-tc-lib-color (>= 2.0.4), ${misc:Depends} +Depends: php (>= 8.0.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 2.0.0), php-tecnickcom-tc-lib-color (>= 2.0.5), ${misc:Depends} Description: PHP Barcode library This library includes PHP classes to generate linear and bidimensional barcodes: diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index 9bcb1ca..1360050 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-color) < 2.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.0.4 +Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.0.5 Requires: php-bcmath Requires: php-date Requires: php-gd