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
61
61
62
62
steps :
63
63
- name : " Checkout"
64
- uses : " actions/checkout@v3 "
64
+ uses : " actions/checkout@v4 "
65
65
with :
66
66
fetch-depth : 2
67
67
72
72
coverage : " pcov"
73
73
ini-values : " zend.assertions=1"
74
74
extensions : " pdo_sqlite"
75
-
76
- - name : " Globally install symfony/flex"
77
- run : " composer require --no-progress --no-scripts --no-plugins symfony/flex"
75
+ tools : " flex"
78
76
79
77
- name : " Require symfony/messenger"
80
78
run : " composer require --dev symfony/messenger --no-update"
@@ -105,13 +103,13 @@ jobs:
105
103
106
104
upload_coverage :
107
105
name : " Upload coverage to Codecov"
108
- runs-on : " ubuntu-20 .04"
106
+ runs-on : " ubuntu-22 .04"
109
107
needs :
110
108
- " phpunit"
111
109
112
110
steps :
113
111
- name : " Checkout"
114
- uses : " actions/checkout@v3 "
112
+ uses : " actions/checkout@v4 "
115
113
with :
116
114
fetch-depth : 2
117
115
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