Skip to content

Commit

Permalink
feat!: switch to php 8.1+ dependency (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jul 31, 2022
1 parent a5ff8fc commit 6a7f49f
Show file tree
Hide file tree
Showing 12 changed files with 245 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [completed]

env:
php-version: '8.0'
php-version: '8.1'


jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [completed]

env:
default-php-version: '8.0'
default-php-version: '8.1'
node-version: 16


Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1']
php-version: ['8.1']
connection: [mysql]
testsuite: [Api, Feature, Commands-Other, Commands-Scheduling, Unit-Models, Unit-Services]
# exclude:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0']
php-version: ['8.1']
connection: [mysql]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
php 8.0.6
php 8.1.0
nodejs 16.15.0
yarn 1.22.19
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ There are multiple ways of getting started with Monica:

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

- PHP 8.0 or newer
- PHP 8.1 or newer
- HTTP server with PHP support (eg: Apache, Nginx, Caddy)
- Composer
- MySQL
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "AGPL",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-gmp": "*",
Expand Down
Loading

0 comments on commit 6a7f49f

Please sign in to comment.