Skip to content

Commit

Permalink
Add checks for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Nov 28, 2023
1 parent 2fe8eed commit 02ae33c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5
2 changes: 1 addition & 1 deletion resources/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.7), ${misc:Depends}
Depends: php (>= 8.0.0), php-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.8), ${misc:Depends}
Description: PHP PDF Parser Library
PHP library to parse PDF documents.
2 changes: 1 addition & 1 deletion resources/rpm/rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BuildArch: noarch

Requires: php(language) >= 8.0.0
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2.0.0
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.7
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.8
Requires: php-pcre

Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version}
Expand Down

0 comments on commit 02ae33c

Please sign in to comment.