Skip to content

Commit 94f8512

Browse files
committed
wip
1 parent 5bd26e3 commit 94f8512

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
runs-on:
26-
- ubuntu-24.04
26+
- ubuntu-latest
2727
composer-json:
2828
- composer.json
2929
- not-named-composer.json
@@ -47,7 +47,7 @@ jobs:
4747
mode: full
4848
source: offline
4949
case: complex
50-
- runs-on: macos-15
50+
- runs-on: macos-latest
5151
composer-json: sub/dir/composer.json
5252
mode: full
5353
source: offline
@@ -83,21 +83,20 @@ jobs:
8383
runs-on: ubuntu-latest
8484
strategy:
8585
matrix:
86-
mode:
86+
mode:
8787
- minor-only
8888
- full
8989
source:
9090
- auto
9191
- php.net
9292
- offline
93-
case:
93+
case:
9494
- empty-json
9595
- invalid-constraint
9696
- invalid-json
9797
- match-none
9898
- missing-php
9999
- missing-require
100-
101100
steps:
102101
- uses: actions/checkout@v5
103102
with:
@@ -128,7 +127,6 @@ jobs:
128127
- auto
129128
- php.net
130129
- offline
131-
132130
steps:
133131
- uses: actions/checkout@v5
134132
with:

0 commit comments

Comments
 (0)