We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96ff86 commit 784d0f9Copy full SHA for 784d0f9
1 file changed
.github/workflows/phpunit.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php: [ '8.3', '8.4' ]
+ php: [ '8.3', '8.4', '8.5' ]
17
18
steps:
19
- name: Checkout Code
0 commit comments