File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
jobs :
21
21
build :
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
if : github.repository == 'NexusPHP/framework'
24
24
25
25
steps :
74
74
name : github-pages
75
75
url : ${{ steps.deployment.outputs.page_url }}
76
76
77
- runs-on : ubuntu-22 .04
77
+ runs-on : ubuntu-24 .04
78
78
needs : build
79
79
80
80
steps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
jobs :
11
11
test :
12
12
name : Check for merge commits
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
15
15
steps :
16
16
- name : Checkout
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
jobs :
21
21
tests :
22
22
name : Package Tests
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
25
25
steps :
26
26
- name : Checkout
Original file line number Diff line number Diff line change 19
19
20
20
jobs :
21
21
prune :
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
24
24
steps :
25
25
- name : Checkout
Original file line number Diff line number Diff line change 29
29
- 8.3
30
30
31
31
name : Static Code Analysis
32
- runs-on : ubuntu-22 .04
32
+ runs-on : ubuntu-24 .04
33
33
34
34
steps :
35
35
- name : Checkout code
Original file line number Diff line number Diff line change 31
31
- ' 8.3'
32
32
- ' 8.4'
33
33
os :
34
- - ubuntu-22 .04
34
+ - ubuntu-24 .04
35
35
- windows-2022
36
36
37
37
name : Unit Tests
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
coveralls-finish :
118
118
name : Notify Coveralls API
119
- runs-on : ubuntu-22 .04
119
+ runs-on : ubuntu-24 .04
120
120
needs : tests
121
121
122
122
steps :
You can’t perform that action at this time.
0 commit comments