We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca92a3 commit ef1ea12Copy full SHA for ef1ea12
.github/workflows/php.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
matrix:
20
- php: [ 8.1, 8.2, 8.3, 8.4] # 7.1, 7.2,
+ php: [ 8.1, 8.2, 8.3, 8.4, 8.5] # 7.1, 7.2,
21
22
steps:
23
- name: Checkout
0 commit comments