Skip to content

Commit e5ea398

Browse files
committed
Update CI/CD workflows
1 parent aa533f0 commit e5ea398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
run:
11-
runs-on: 'ubuntu-22.04'
11+
runs-on: 'ubuntu-24.04'
1212
strategy:
1313
matrix:
1414
php-versions: [ '8.1', '8.2', '8.3' ]

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: 'ubuntu-22.04'
10+
runs-on: 'ubuntu-24.04'
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)