We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced563b commit 6ed1789Copy full SHA for 6ed1789
1 file changed
.github/workflows/ci.yml
@@ -13,8 +13,8 @@ on:
13
14
jobs:
15
ci:
16
- name: "Execute"
17
- runs-on: ${{ matrix.operating-system }}
+ name: "Execute (PHP ${{ matrix.php-version }} with ${{ matrix.dependencies }} deps)"
+ runs-on: "ubuntu-latest"
18
19
strategy:
20
fail-fast: false
@@ -26,8 +26,6 @@ jobs:
26
php-version:
27
- "8.2"
28
- "8.3"
29
- operating-system:
30
- - "ubuntu-latest"
31
32
steps:
33
- name: "Checkout"
0 commit comments