Skip to content

Commit

Permalink
ci: Enable builds only with PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 8, 2021
1 parent afac2a8 commit 1e14ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.4']

steps:
- name: Set git to use LF
Expand Down

0 comments on commit 1e14ac6

Please sign in to comment.