Skip to content

Commit

Permalink
chore: exclude PHP 7.2 and 7.4 from the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Jul 18, 2022
1 parent b694e4d commit 1c4cb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php-version: [ '7.4', '8.0', '8.1' ]
include:
- php-version: '7.2'
- php-version: '7.4'
coverage: true

steps:
Expand Down

0 comments on commit 1c4cb01

Please sign in to comment.