We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ae23c commit 12dd921Copy full SHA for 12dd921
1 file changed
.github/workflows/tests.yml
@@ -20,14 +20,15 @@ jobs:
20
- php-version: '8.2'
21
- php-version: '8.3'
22
- php-version: '8.4'
23
+ - php-version: '8.5'
24
25
#CS
26
27
description: 'with Coding Standards'
28
coding-standards: true
29
30
# Dependencies
- - php-version: '8.4'
31
32
description: 'with Analyze dependencies'
33
analyze-dependencies: true
34
0 commit comments