Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed May 28, 2023
1 parent f39133f commit 779e41e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
matrix:
include:
- php-version: '7.1.3'
dependency-versions: 'lowest' # Test lowest possible configuration
- php-version: '7.4'
- php-version: '8.2'
dependency-versions: 'lowest' # Lowest possible configuration
- php-version: '7.4' # Highest possible 7 version
- php-version: '8.2' # Highest possible 8 version

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 779e41e

Please sign in to comment.