Skip to content

Commit

Permalink
ci: Run creation of release and update package on older PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jan 11, 2025
1 parent 76d5f5b commit ee22fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: root

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Create version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PACKAGE_DELIMITER: _
UPDATE_ASSET_DIR: './update-assets/'

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Create version
Expand Down

0 comments on commit ee22fe2

Please sign in to comment.