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:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user