We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a4156 + 722a9ad commit 1b2b7f2Copy full SHA for 1b2b7f2
.github/workflows/main.yaml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
operating-system: ['ubuntu-latest', 'macos-latest'] #, 'windows-latest']
26
- php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
27
steps:
28
- name: Get source code
29
uses: actions/checkout@v4
0 commit comments