File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
timeout-minutes : 70
15
15
steps :
16
16
- name : Checkout project
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Composer dependencies
19
19
run : composer install --no-dev --no-interaction --optimize-autoloader
20
20
- name : Composer build
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Composer dependencies
14
14
run : composer install --no-dev --no-interaction --optimize-autoloader
15
15
- name : Build
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout project
8
- uses : actions/checkout@v4
8
+ uses : actions/checkout@v5
9
9
- name : Composer dependencies
10
10
run : composer install
11
11
- name : Run Testsuite
16
16
if : github.ref == 'refs/heads/master'
17
17
steps :
18
18
- name : Checkout project
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
- name : Composer dependencies
21
21
run : composer install
22
22
- name : Run Testsuite
You can’t perform that action at this time.
0 commit comments