1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Issue #5443 Drop support for PHP 7.4, add PHP 8.4

This commit is contained in:
camer0n
2025-03-17 13:58:20 -07:00
parent 1b54602be1
commit 1f26f793ba

View File

@@ -16,10 +16,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
interpreter: interpreter:
- image: php:7.4
- image: php:8.1 - image: php:8.1
- image: php:8.2 - image: php:8.2
- image: php:8.3 - image: php:8.3
- image: php:8.4
db: db:
- image: mysql:5.5 - image: mysql:5.5
- image: bitnami/mysql:8.0 - image: bitnami/mysql:8.0