mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
perl -pi -e s/ubuntu-latest/ubuntu-24.04/ .github/workflows/*
This commit is contained in:
parent
ca2778eb46
commit
ddad34d732
2
.github/workflows/L10n-update.yml
vendored
2
.github/workflows/L10n-update.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
trigger-update:
|
trigger-update:
|
||||||
name: L10n Update Trigger
|
name: L10n Update Trigger
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Repository dispatch
|
- name: Repository dispatch
|
||||||
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
docker-release:
|
docker-release:
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
concurrency: docker-release
|
concurrency: docker-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Docker image
|
- name: Docker image
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
docker:
|
docker:
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Docker image
|
- name: Docker image
|
||||||
|
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||||
os: ['ubuntu-latest']
|
os: ['ubuntu-24.04']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code base
|
- name: Checkout code base
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||||
os: ['ubuntu-latest']
|
os: ['ubuntu-24.04']
|
||||||
include:
|
include:
|
||||||
- php: '7.2'
|
- php: '7.2'
|
||||||
phpunit-version: 8.5
|
phpunit-version: 8.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user