Skip to content

Commit 83dfacc

Browse files
committed
Issue #67: Implement MariaDB/PostgreSQL connection
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent ccdcecc commit 83dfacc

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.github/workflows/codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- "8.2"
1919
- "8.3"
2020
- "8.4"
21-
- "8.5"
2221

2322
steps:
2423
- name: Checkout

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
checks: write
1616
strategy:
1717
matrix:
18-
php-versions: [ '8.2', '8.3', '8.4', '8.5']
18+
php-versions: [ '8.2', '8.3', '8.4' ]
1919
steps:
2020
- uses: actions/checkout@v6
2121
with:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- "8.2"
1919
- "8.3"
2020
- "8.4"
21-
- "8.5"
2221

2322
steps:
2423
- name: Checkout

.laminas-ci/pre-run.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)