Internal: Remove automated testing on PHP 7.2 and 7.3: we officially only support 7.4 now (which is a temporary situation until the release of 2.0).

pull/4819/head
Yannick Warnier 2 years ago
parent 0359bd5f0c
commit 6c27db40de
  1. 2
      .github/workflows/php.yml

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.4']
services:
mysql:

Loading…
Cancel
Save