Skip to content

Commit 100b972

Browse files
author
Vítězslav Dvořák
committed
Badges Added to Readme
Debian 13 Trixie build added
1 parent 51b74c8 commit 100b972

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ PohodaSQL
33

44
![PohodaSQL](pohodaSQL.svg?raw=true)
55

6-
PHP Librabry for direct access to Pohoda SQL database tables
6+
[![PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8+
[![Composer](https://img.shields.io/badge/composer-supported-885630.svg)](https://getcomposer.org/)
9+
[![Debian Package](https://img.shields.io/badge/debian-package-red.svg)](http://repo.vitexsoftware.com/pool/main/p/php-spojenet-pohoda-sql/)
10+
11+
This is a PHP Library for direct access to Pohoda SQL database tables
712

813
Use at your own risk!
914

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
String[] distributions = ['debian:bullseye', 'debian:bookworm', 'ubuntu:focal', 'ubuntu:jammy']
3+
String[] distributions = ['debian:bullseye', 'debian:bookworm', 'debian:trixie', 'ubuntu:focal', 'ubuntu:jammy']
44

55
String vendor = 'vitexsoftware'
66
String distribution = ''

0 commit comments

Comments
 (0)