Skip to content

Commit 104c198

Browse files
authored
Merge pull request #208 from opsie-app/upgrade/9.x
[upgrade] 9.x
2 parents 3196279 + 155142a commit 104c198

File tree

6 files changed

+833
-936
lines changed

6 files changed

+833
-936
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.0
25+
php-version: 8.1
2626
extensions: dom, curl, intl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
2727
coverage: pcov
2828

.github/workflows/docker-latest-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.0
29+
php-version: 8.1
3030
extensions: dom, curl, intl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
3131
coverage: pcov
3232

.github/workflows/docker-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.0
22+
php-version: 8.1
2323
extensions: dom, curl, intl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
2424
coverage: pcov
2525

.github/workflows/upload-binary-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.0
22+
php-version: 8.1
2323
extensions: dom, curl, intl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
2424
coverage: pcov
2525

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"illuminate/bus": "^8.62",
21-
"illuminate/database": "^8.63",
22-
"illuminate/http": "^8.83",
23-
"illuminate/notifications": "^8.83",
24-
"illuminate/queue": "^8.63",
25-
"illuminate/support": "^8.83",
26-
"laravel-zero/framework": "^8.10",
19+
"php": "^8.1",
20+
"illuminate/bus": "^9.1",
21+
"illuminate/database": "^9.1",
22+
"illuminate/http": "^9.1",
23+
"illuminate/notifications": "^9.1",
24+
"illuminate/queue": "^9.1",
25+
"illuminate/support": "^9.1",
26+
"laravel-zero/framework": "^9.1",
2727
"promphp/prometheus_client_php": "^2.6",
2828
"remotelyliving/php-dns": "^5.0",
2929
"spatie/laravel-webhook-server": "^3.2",

0 commit comments

Comments
 (0)