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