File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 paths-ignore :
66 - ' **/*.md'
77 - ' etc/*'
8+ workflow_dispatch :
9+
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
813
914jobs :
1015 build :
1924 - " 27.2"
2025 - " 28.2"
2126 - " 29.4"
22- - " 30.1 "
27+ - " 30.2 "
2328 experimental : [false]
2429 include :
2530 - os : ubuntu-latest
3944 tools : composer
4045 env :
4146 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- - uses : actions/setup-python@v4
47+ - uses : actions/setup-python@v6
4348 with :
4449 python-version : ' 3.10'
4550 architecture : ' x64'
4954 - uses : emacs-eask/setup-eask@master
5055 with :
5156 version : ' snapshot'
52- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5358 - name : Get Composer cache directory
5459 id : composer-cache
5560 run : |
You can’t perform that action at this time.
0 commit comments