Skip to content

Commit ee22fe2

Browse files
committed
ci: Run creation of release and update package on older PHP version
1 parent 76d5f5b commit ee22fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
MYSQL_ROOT_PASSWORD: root
3131

32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Create version
3535
run: |

.github/workflows/create-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
PACKAGE_DELIMITER: _
1919
UPDATE_ASSET_DIR: './update-assets/'
2020

21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222

2323
steps:
2424
- name: Create version

0 commit comments

Comments
 (0)