Skip to content

Commit

Permalink
[github] disable <8.3 php version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 19, 2023
1 parent af3db2c commit 3083918
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
# - "7.4"
# - "8.0"
# - "8.1"
# - "8.2"
- "8.3"
memcached-version:
- "1.6"
Expand Down

0 comments on commit 3083918

Please sign in to comment.