We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d3405 commit c0017c9Copy full SHA for c0017c9
1 file changed
.github/workflows/code_checks.yaml
@@ -9,7 +9,6 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- stability: [ prefer-stable ]
13
include:
14
- description: 'Lowest supported requirements'
15
php: '7.2'
@@ -27,7 +26,7 @@ jobs:
27
26
- php: '8.2'
28
stability: prefer-stable
29
30
- name: PHP ${{ matrix.php }} tests (${{ matrix.description }}) - ${{ matrix.stability }}
+ name: PHP ${{ matrix.php }} tests - ${{ matrix.stability }}
31
steps:
32
# basically git clone
33
- uses: actions/checkout@v3
0 commit comments