We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ba104 commit 7725071Copy full SHA for 7725071
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
17
- php-versions: ['7.1', '7.2', '7.3', '7.4']
+ php-versions: ['7.2', '7.3', '7.4']
18
19
steps:
20
- name: Set git to use LF
0 commit comments