Skip to content

Commit 9e895ce

Browse files
authored
Merge pull request #44 from WebFiori/dev
Dev
2 parents c6d0b13 + 747688b commit 9e895ce

29 files changed

+144
-345
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
/.gitignore export-ignore
88
/.travis.yml export-ignore
99
/phpunit.xml export-ignore
10-
/sonar-project.properties export-ignore
10+
/sonar-project.properties export-ignore
11+
/release-please-config.json
12+
/CHANGELOG.md
13+
/php_cs.php.dist

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
2-
3-
custom: ["https://paypal.me/IbrahimBinAlshikh"]
2+
custom: ["https://paypal.me/IbrahimBinAlshikh", "https://www.buymeacoffee.com/ibrahimdev"]
3+
ko_fi: ibrahimdev

.github/workflows/php70.yml

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

.github/workflows/php71.yml

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

.github/workflows/php72.yml

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

.github/workflows/php73.yml

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

.github/workflows/php74.yml

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

.github/workflows/php80.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ jobs:
2828
extensions: mysqli, mbstring, sqlsrv
2929
tools: phpunit:8.5.13
3030

31-
- name: Shutdown Ubuntu MySQL
32-
run: sudo service mysql stop
33-
3431
- name: Install Dependencies
35-
run: composer install --prefer-source --no-interaction --no-dev
32+
run: composer install --prefer-dist --no-interaction --no-dev
3633

3734
- name: Execute Tests
38-
run: phpunit
35+
run: phpunit --configuration tests/phpunit.xml
3936

4037
- name: CodeCov
4138
uses: codecov/codecov-action@v4

.github/workflows/php81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232

3333
- name: Install Dependencies
34-
run: composer install --prefer-source --no-interaction --no-dev
34+
run: composer install --prefer-dist --no-interaction --no-dev
3535

3636
- name: Execute Tests
37-
run: phpunit
37+
run: phpunit --configuration tests/phpunit.xml
3838

3939
- name: CodeCov
4040
uses: codecov/codecov-action@v4

.github/workflows/php82.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ jobs:
2929
extensions: mysqli, mbstring, sqlsrv
3030
tools: phpunit:9.5.20, composer
3131

32-
- name: Shutdown Ubuntu MySQL
33-
run: sudo service mysql stop
3432

3533
- name: Install Dependencies
36-
run: composer install --prefer-source --no-interaction --no-dev
34+
run: composer install --prefer-dist --no-interaction --no-dev
3735

3836
- name: Execute Tests
39-
run: phpunit
37+
run: phpunit --configuration tests/phpunit.xml
4038

4139
- name: CodeCov
4240
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)