Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hbgl committed Dec 4, 2023
1 parent 788ef89 commit 16c5cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.1.3",
"tecnickcom/tc-lib-barcode": ">=1.17.0 <=1.17.24"
"tecnickcom/tc-lib-barcode": ">=1.17.0 <=1.18.4"
},
"require-dev": {
"phpunit/phpunit": "^10.1.3||^9.5.0||^8.5.13||^7.5.20",
Expand Down

0 comments on commit 16c5cba

Please sign in to comment.