Skip to content

Commit af62d2b

Browse files
committed
ci: Attempt to fix CI
1 parent 8526ce3 commit af62d2b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
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

914
jobs:
1015
build:
@@ -19,7 +24,7 @@ jobs:
1924
- "27.2"
2025
- "28.2"
2126
- "29.4"
22-
- "30.1"
27+
- "30.2"
2328
experimental: [false]
2429
include:
2530
- os: ubuntu-latest
@@ -39,7 +44,7 @@ jobs:
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'
@@ -49,7 +54,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)