Skip to content

Commit 2760acb

Browse files
authored
Merge pull request #6363 from dotani1111/dev/feat-use-ubuntu24
update:github actionsのimageをubuntu24へ更新
2 parents 8c26e2f + efc965f commit 2760acb

12 files changed

+25
-25
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
phpunit:
1717
name: PHPUnit
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Setup pcov
4949
run: |
50-
sudo apt-fast install -y php8.3-pcov
50+
sudo apt-get install -y php8.3-pcov
5151
sudo phpenmod -s cli pcov
5252
5353
- name: Initialize Composer
@@ -82,7 +82,7 @@ jobs:
8282
path: coverage1.xml
8383
codeception:
8484
name: Codeception
85-
runs-on: ubuntu-22.04
85+
runs-on: ubuntu-24.04
8686
strategy:
8787
fail-fast: false
8888
matrix:
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Setup pcov
178178
run: |
179-
sudo apt-fast install -y php8.3-pcov
179+
sudo apt-get install -y php8.3-pcov
180180
sudo phpenmod -s cli pcov
181181
182182
- name: Setup codeception

.github/workflows/deny-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
deploy:
1717
name: Deny check
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
services:
2020
postgres:
2121
image: postgres:14

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
deploy:
77
name: Deploy
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
services:
1010
postgres:
1111
image: postgres:14

.github/workflows/dockerbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
operating-system: [ ubuntu-22.04 ]
22+
operating-system: [ ubuntu-24.04 ]
2323
php: [ '8.1', '8.2', '8.3' ]
2424
db: [ pgsql ]
2525
group: [ admin01 ]

.github/workflows/e2e-test-throttling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
codeception:
1717
name: Codeception
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
fail-fast: false
2121
matrix:

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
codeception:
1717
name: Codeception
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
fail-fast: false
2121
matrix:

.github/workflows/plugin-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
operating-system: [ ubuntu-22.04 ]
22+
operating-system: [ ubuntu-24.04 ]
2323
php: [ '8.1' ]
2424
db: [ pgsql, mysql ]
2525
method:
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
PGPASSWORD: 'password'
9595
run: |
96-
sudo apt-fast install -y postgresql-client
96+
sudo apt-get install -y postgresql-client
9797
psql eccube_db -h 127.0.0.1 -U postgres -c "update dtb_base_info set authentication_key='test';"
9898
9999
- name: Update baseinfo with mysql
@@ -159,7 +159,7 @@ jobs:
159159
strategy:
160160
fail-fast: false
161161
matrix:
162-
operating-system: [ ubuntu-22.04 ]
162+
operating-system: [ ubuntu-24.04 ]
163163
php: [ '8.1' ]
164164
db: [ pgsql, mysql ]
165165
method:
@@ -240,7 +240,7 @@ jobs:
240240
env:
241241
PGPASSWORD: 'password'
242242
run: |
243-
sudo apt-fast install -y postgresql-client
243+
sudo apt-get install -y postgresql-client
244244
psql eccube_db -h 127.0.0.1 -U postgres -c "update dtb_base_info set authentication_key='test';"
245245
246246
- name: Update baseinfo with mysql
@@ -306,7 +306,7 @@ jobs:
306306
strategy:
307307
fail-fast: false
308308
matrix:
309-
operating-system: [ ubuntu-22.04 ]
309+
operating-system: [ ubuntu-24.04 ]
310310
php: [ '8.1' ]
311311
db: [ pgsql, mysql ]
312312
method:
@@ -387,7 +387,7 @@ jobs:
387387
env:
388388
PGPASSWORD: 'password'
389389
run: |
390-
sudo apt-fast install -y postgresql-client
390+
sudo apt-get install -y postgresql-client
391391
psql eccube_db -h 127.0.0.1 -U postgres -c "update dtb_base_info set authentication_key='test';"
392392
393393
- name: Update baseinfo with mysql
@@ -453,7 +453,7 @@ jobs:
453453
strategy:
454454
fail-fast: false
455455
matrix:
456-
operating-system: [ ubuntu-22.04 ]
456+
operating-system: [ ubuntu-24.04 ]
457457
php: [ '8.1' ]
458458
db: [ pgsql, mysql ]
459459
method:
@@ -537,7 +537,7 @@ jobs:
537537
env:
538538
PGPASSWORD: 'password'
539539
run: |
540-
sudo apt-fast install -y postgresql-client
540+
sudo apt-get install -y postgresql-client
541541
psql eccube_db -h 127.0.0.1 -U postgres -c "update dtb_base_info set authentication_key='test';"
542542
543543
- name: Update baseinfo with mysql

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
operating-system: [ ubuntu-22.04 ]
22+
operating-system: [ ubuntu-24.04 ]
2323
php: [ '8.1', '8.2', '8.3' ]
2424
db: [ mysql, pgsql, sqlite3 ]
2525
include:

.github/workflows/vaddy-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
vaddy:
88
name: VAddy
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
1212
include:

.github/workflows/vaddy-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
vaddy:
88
name: VAddy
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
1212
include:

.github/workflows/vaddyscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
jobs:
44
vaddy:
55
name: VAddy
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
strategy:
88
fail-fast: false
99
# matrix:

.github/workflows/zaproxy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
jobs:
1313
prune:
1414
name: Prune Docker images
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Prune Docker images
1818
run: docker image prune --force
1919

2020
build:
2121
name: Build
2222
needs: prune
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@master
@@ -44,7 +44,7 @@ jobs:
4444
scan:
4545
name: Scan
4646
needs: build
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
strategy:
4949
fail-fast: false
5050
matrix:
@@ -249,7 +249,7 @@ jobs:
249249
name: Merge alerts
250250
needs: scan
251251
if: ${{ always() }}
252-
runs-on: ubuntu-22.04
252+
runs-on: ubuntu-24.04
253253
steps:
254254
- name: Download all artifacts
255255
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)