1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(core): Moving to PHP 7.4.0 #524

This commit is contained in:
Awilum
2020-12-27 18:25:37 +03:00
parent b4c842f4f4
commit 16fa2bf28c
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['7.3', '7.4', '8.0']
php: ['7.4', '8.0']
dependency-version: [prefer-stable]
steps: