File tree Expand file tree Collapse file tree 6 files changed +13
-17
lines changed Expand file tree Collapse file tree 6 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
coding-standards :
14
14
name : " Coding Standards"
15
- uses : " doctrine/.github/.github/workflows/coding-standards.yml@2 .1.0"
15
+ uses : " doctrine/.github/.github/workflows/coding-standards.yml@3 .1.0"
16
16
with :
17
17
composer-options : " --prefer-dist --prefer-stable"
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
composer-lint :
17
17
name : " Composer Lint"
18
- uses : " doctrine/.github/.github/workflows/composer-lint.yml@2 .1.0"
18
+ uses : " doctrine/.github/.github/workflows/composer-lint.yml@3 .1.0"
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
phpunit :
14
14
name : " PHPUnit"
15
- runs-on : " ubuntu-20 .04"
15
+ runs-on : " ubuntu-22 .04"
16
16
env :
17
17
SYMFONY_REQUIRE : ${{matrix.symfony-require}}
18
18
SYMFONY_DEPRECATIONS_HELPER : weak
67
67
68
68
steps :
69
69
- name : " Checkout"
70
- uses : " actions/checkout@v3 "
70
+ uses : " actions/checkout@v4 "
71
71
with :
72
72
fetch-depth : 2
73
73
78
78
coverage : " pcov"
79
79
ini-values : " zend.assertions=1"
80
80
extensions : " pdo_sqlite"
81
-
82
- - name : " Globally install symfony/flex"
83
- run : " composer require --no-progress --no-scripts --no-plugins symfony/flex"
81
+ tools : " flex"
84
82
85
83
- name : " Require symfony/messenger"
86
84
run : " composer require --dev symfony/messenger --no-update"
@@ -111,13 +109,13 @@ jobs:
111
109
112
110
upload_coverage :
113
111
name : " Upload coverage to Codecov"
114
- runs-on : " ubuntu-20 .04"
112
+ runs-on : " ubuntu-22 .04"
115
113
needs :
116
114
- " phpunit"
117
115
118
116
steps :
119
117
- name : " Checkout"
120
- uses : " actions/checkout@v3 "
118
+ uses : " actions/checkout@v4 "
121
119
with :
122
120
fetch-depth : 2
123
121
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : " Git tag, release & create merge-up PR"
11
- uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@2 .1.0"
11
+ uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@3 .1.0"
12
12
secrets :
13
13
GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
14
14
GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
static-analysis-psalm :
14
14
name : " Static Analysis with Psalm"
15
- runs-on : " ubuntu-20 .04"
15
+ runs-on : " ubuntu-22 .04"
16
16
17
17
strategy :
18
18
matrix :
21
21
22
22
steps :
23
23
- name : " Checkout code"
24
- uses : " actions/checkout@v3 "
24
+ uses : " actions/checkout@v4 "
25
25
26
26
- name : " Install PHP"
27
27
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
phpunit :
10
10
name : " PHPUnit"
11
- runs-on : " ubuntu-20 .04"
11
+ runs-on : " ubuntu-22 .04"
12
12
env :
13
13
SYMFONY_REQUIRE : ${{matrix.symfony-require}}
14
14
27
27
28
28
steps :
29
29
- name : " Checkout"
30
- uses : " actions/checkout@v3 "
30
+ uses : " actions/checkout@v4 "
31
31
with :
32
32
fetch-depth : 2
33
33
37
37
php-version : " ${{ matrix.php-version }}"
38
38
ini-values : " zend.assertions=1"
39
39
extensions : " pdo_sqlite"
40
-
41
- - name : " Globally install symfony/flex"
42
- run : " composer require --no-progress --no-scripts --no-plugins symfony/flex"
40
+ tools : " flex"
43
41
44
42
- name : " Require symfony/messenger"
45
43
run : " composer require --dev symfony/messenger --no-update"
You can’t perform that action at this time.
0 commit comments