]> git.mxchange.org Git - friendica.git/commitdiff
Remove 7.2 PHP Unit-Test support
authorPhilipp <admin@philipp.info>
Mon, 5 Apr 2021 09:38:07 +0000 (11:38 +0200)
committerPhilipp <admin@philipp.info>
Mon, 5 Apr 2021 09:38:07 +0000 (11:38 +0200)
.github/workflows/php.yml

index edf31c1a0f616eff584f3f5c0095df24b73568a7..02d39c706cc2e1e3dd43798c5fc1f0210e3e922c 100644 (file)
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php-versions: ['7.2', '7.3', '7.4', '8.0']
+        php-versions: ['7.3', '7.4', '8.0']
     steps:
       - name: Checkout
         uses: actions/checkout@v2