We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d49521 commit 71d261bCopy full SHA for 71d261b
.github/workflows/ci.yml
@@ -17,13 +17,16 @@ jobs:
17
- php-version: '8.0'
18
19
- php-version: '8.1'
20
+ job-description: with lint
21
lint: true
22
23
- php-version: '8.2'
24
25
- php-version: '8.3'
26
composer-flags: '--ignore-platform-req=php'
27
28
+ name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
29
+
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v3
0 commit comments