diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 817d58e..18867f0 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + # "5.6", "7.0", "7.1", "7.2", "7.3", + php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"] steps: - name: Checkout uses: actions/checkout@v4