0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

try removing support for php7.2/7.3 and add 8.3 to github build

This commit is contained in:
David Goodwin 2023-11-29 22:13:09 +00:00
parent 4e29d3e719
commit 70ba81ec78
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -9,6 +9,7 @@
MASTER (should have all changes from 3.3.10 plus) MASTER (should have all changes from 3.3.10 plus)
------ ------
- Update composer's PHP requirement to PHP 7.4+ (which matches Wordpress etc, PHP project is supporting 8.1<->8.3)
- Make fetchmail.pl respect src_port (thanks @tempixx - see #784) - Make fetchmail.pl respect src_port (thanks @tempixx - see #784)
- Improve github action (php 8.2) - Improve github action (php 8.2)
- Add Javascript username validation to prevent illegal characters (see #765; thanks @verdinago) - Add Javascript username validation to prevent illegal characters (see #765; thanks @verdinago)