Skip to content

Commit 1d56c09

Browse files
authored
Merge pull request absolute-quantum#45 from r3hp1c/5.4
Removed unused travis yaml and fix sqlite driver errors when using act to run GitHub Actions locally
2 parents 504d7f8 + a302b4f commit 1d56c09

File tree

2 files changed

+2
-59
lines changed

2 files changed

+2
-59
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
coverage: "none"
2525
php-version: "8.4"
26+
extensions: pdo, pdo_sqlite
2627

2728
- name: "Validate composer.json"
2829
run: "composer validate --strict --no-check-lock"
@@ -77,6 +78,7 @@ jobs:
7778
with:
7879
coverage: "none"
7980
php-version: "${{ matrix.php-version }}"
81+
extensions: pdo, pdo_sqlite
8082

8183
# - name: Install Global Dependencies
8284
# run: |

.travis.yml

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

0 commit comments

Comments
 (0)