mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-75726 ci: Bump GHA to Ubuntu 22.04
Have tried to also bump Travis to 22.04 (jammy) but it was not working ok, with problems trying to find both PHP and PostgreSQL versions. Surely that's because 22.04 support is really new (Sep 9, 2022): https://blog.travis-ci.com/22-9-9-ubuntujammy So we'll have to wait a little more before being able to, also, bump Travis to use 22.04
This commit is contained in:
parent
8f492a836a
commit
027bdbfae8
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
Grunt:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checking out code
|
||||
@ -54,11 +54,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
php: 7.4
|
||||
extensions:
|
||||
db: mysqli
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
php: 8.0
|
||||
db: pgsql
|
||||
extensions: xmlrpc-beta
|
||||
|
Loading…
x
Reference in New Issue
Block a user