Skip to content

Commit 6a7f49f

Browse files
authored
feat!: switch to php 8.1+ dependency (#6250)
1 parent a5ff8fc commit 6a7f49f

File tree

12 files changed

+245
-239
lines changed

12 files changed

+245
-239
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [completed]
1010

1111
env:
12-
php-version: '8.0'
12+
php-version: '8.1'
1313

1414

1515
jobs:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
types: [completed]
1515

1616
env:
17-
default-php-version: '8.0'
17+
default-php-version: '8.1'
1818
node-version: 16
1919

2020

@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-version: ['8.0', '8.1']
32+
php-version: ['8.1']
3333
connection: [mysql]
3434
testsuite: [Api, Feature, Commands-Other, Commands-Scheduling, Unit-Models, Unit-Services]
3535
# exclude:
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: false
152152
matrix:
153-
php-version: ['8.0']
153+
php-version: ['8.1']
154154
connection: [mysql]
155155

156156
steps:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
php 8.0.6
1+
php 8.1.0
22
nodejs 16.15.0
33
yarn 1.22.19

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ There are multiple ways of getting started with Monica:
130130

131131
If you want to host Monica yourself, you will need a server with:
132132

133-
- PHP 8.0 or newer
133+
- PHP 8.1 or newer
134134
- HTTP server with PHP support (eg: Apache, Nginx, Caddy)
135135
- Composer
136136
- MySQL

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "AGPL",
1111
"require": {
12-
"php": "^8.0",
12+
"php": "^8.1",
1313
"ext-bcmath": "*",
1414
"ext-gd": "*",
1515
"ext-gmp": "*",

0 commit comments

Comments
 (0)