Skip to content

Commit

Permalink
Updates workflow to include only supported php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
druid628 committed Feb 12, 2025
1 parent cfc49c6 commit d13ee1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.0'
- '8.1'
# - '8.2'
- '8.2'
- '8.3'
- '8.4'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d13ee1c

Please sign in to comment.