perl -pi -e s/ubuntu-latest/ubuntu-24.04/ .github/workflows/*
This commit is contained in:
parent
ca2778eb46
commit
ddad34d732
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
trigger-update:
|
||||
name: L10n Update Trigger
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Repository dispatch
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
docker-release:
|
||||
if: github.event_name == 'release'
|
||||
concurrency: docker-release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Docker image
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
docker:
|
||||
if: github.event_name != 'release'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Docker image
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
os: ['ubuntu-latest']
|
||||
os: ['ubuntu-24.04']
|
||||
|
||||
steps:
|
||||
- name: Checkout code base
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
os: ['ubuntu-latest']
|
||||
os: ['ubuntu-24.04']
|
||||
include:
|
||||
- php: '7.2'
|
||||
phpunit-version: 8.5
|
||||
|
|
Loading…
Reference in New Issue