diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 24feed1..de7c8aa 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: php: - - "7.2" + - "7.4" steps: - name: "Checkout" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2687e8f..3e2562c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,8 +19,6 @@ jobs: strategy: matrix: php: - - "7.2" - - "7.3" - "7.4" - "8.0" - "8.1" @@ -65,7 +63,7 @@ jobs: strategy: matrix: php: - - "7.4" + - "8.0" steps: - name: "Checkout" @@ -116,7 +114,7 @@ jobs: strategy: matrix: php: - - "7.2" + - "7.4" steps: - name: "Checkout" diff --git a/composer.json b/composer.json index 254c04d..dd26256 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "role": "Developer (original JS version)" }], "require": { - "php": ">=7.2.0", + "php": ">=7.4.0", "ext-mbstring": "*", "psr/log": "^1.0.1 || ^2.0 || ^3.0", "masterminds/html5": "^2.7"