We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1138066 commit 4828e95Copy full SHA for 4828e95
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
max-parallel: 10
15
matrix:
16
- php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
17
18
steps:
19
- name: Set up PHP
0 commit comments