diff options
Diffstat (limited to '.github/workflows/phpunit-memcached.yml')
-rw-r--r-- | .github/workflows/phpunit-memcached.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml index 51987dda27f..69b5dd7d8f0 100644 --- a/.github/workflows/phpunit-memcached.yml +++ b/.github/workflows/phpunit-memcached.yml @@ -55,7 +55,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.3'] include: - php-versions: '8.2' coverage: ${{ github.event_name != 'pull_request' }} |