File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
php-version : [ 8.0, 8.1, 8.2, 8.3 ]
14
- flow-version : [ 8.0, ' 9.0.0-beta' ]
14
+ flow-version : [ 8.0, 9.0 ]
15
15
exclude :
16
16
- php-version : 8.0
17
- flow-version : ' 9.0.0-beta '
17
+ flow-version : 9.0
18
18
- php-version : 8.1
19
- flow-version : ' 9.0.0-beta '
19
+ flow-version : 9.0
20
20
21
21
env :
22
22
APP_ENV : true
31
31
ini-values : opcache.fast_shutdown=0
32
32
33
33
- name : " [1/5] Create composer project - Cache composer dependencies"
34
- uses : actions/cache@v1
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ~/.composer/cache
37
37
key : php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}
55
55
working-directory : ${{ env.FLOW_DIST_FOLDER }}
56
56
57
57
- name : Checkout code
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v4
59
59
with :
60
60
path : ${{ env.FLOW_DIST_FOLDER }}/DistributionPackages/Netlogix.Sentry
61
61
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
php-version : [ 8.0, 8.1, 8.2, 8.3 ]
14
- flow-version : [ 8.3, ' 9.0.0-beta' ]
14
+ flow-version : [ 8.3, 9.0 ]
15
15
exclude :
16
16
- php-version : 8.0
17
- flow-version : ' 9.0.0-beta '
17
+ flow-version : 9.0
18
18
- php-version : 8.1
19
- flow-version : ' 9.0.0-beta '
19
+ flow-version : 9.0
20
20
21
21
env :
22
22
APP_ENV : true
31
31
ini-values : opcache.fast_shutdown=0
32
32
33
33
- name : " [1/5] Create composer project - Cache composer dependencies"
34
- uses : actions/cache@v1
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ~/.composer/cache
37
37
key : php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}
55
55
working-directory : ${{ env.FLOW_DIST_FOLDER }}
56
56
57
57
- name : Checkout code
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v4
59
59
with :
60
60
path : ${{ env.FLOW_DIST_FOLDER }}/DistributionPackages/Netlogix.Sentry
61
61
You can’t perform that action at this time.
0 commit comments