We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5535aca commit c69da56Copy full SHA for c69da56
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php-version: ['8.1', '8.2', '8.3', '8.4']
+ php: ['8.1', '8.2', '8.3', '8.4']
16
composer-flags: ['']
17
name: ['']
18
include:
0 commit comments