We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10afa16 commit a165d36Copy full SHA for a165d36
1 file changed
.github/workflows/running_the_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- php-version: ['8.2', '8.3', '8.4']
+ php-version: ['8.2', '8.3', '8.4', '8.5']
25
26
steps:
27
- uses: shivammathur/setup-php@v2
0 commit comments