Skip to content

Commit 7879192

Browse files
committed
wip
1 parent 0110e87 commit 7879192

File tree

11 files changed

+7
-175
lines changed

11 files changed

+7
-175
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/1_bug_report.yml

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

.github/ISSUE_TEMPLATE/config.yml

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

.github/dependabot.yml

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

.github/workflows/npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Setup PHP (for Ziggy)"
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.3'
19+
php-version: '8.4'
2020
extensions: intl, zip
2121
coverage: none
2222

.github/workflows/npm-publish-api.yml

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

.github/workflows/npm-publish-ui.yml

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

.github/workflows/npm-typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup PHP (for Ziggy)"
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.3'
18+
php-version: '8.4'
1919
extensions: intl, zip
2020
coverage: none
2121

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup PHP"
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.3'
17+
php-version: '8.4'
1818
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
1919
coverage: none
2020

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
postgres_version: [ 15, 16, 17 ]
11+
postgres_version: [ 17 ]
1212

1313
services:
1414
pgsql_test:
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Setup PHP"
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: '8.3'
44+
php-version: '8.4'
4545
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
4646
coverage: pcov
4747

0 commit comments

Comments
 (0)