Skip to content

Commit 8f73683

Browse files
committed
Dropping support for PHP 8.3
1 parent eb83094 commit 8f73683

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: ["8.3", "8.4", "8.5"]
11+
php: ["8.4", "8.5"]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup PHP with pecl and extensions
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
php: ["8.3", "8.4", "8.5"]
36+
php: ["8.4", "8.5"]
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Setup PHP with pecl and extensions
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
php: ["8.3", "8.4", "8.5"]
59+
php: ["8.4", "8.5"]
6060
steps:
6161
- uses: actions/checkout@v2
6262
- name: Setup PHP with pecl and extensions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Business logic core of the application and a REST API that provides access to ot
1111

1212
### Prerequisites
1313

14-
You need a web server with PHP (8.3+, 8.5 currently used, should also work with 8.2 but no longer tested) and MySQL or MariaDB database.
14+
You need a web server with PHP (8.4+, 8.5 currently used) and MySQL or MariaDB database.
1515

1616
We recommend installing PHP from remi repository:
1717

0 commit comments

Comments
 (0)