File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments