Skip to content

Commit

Permalink
MDL-75726 ci: Bump GHA to Ubuntu 22.04
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stronk7 committed Sep 22, 2022
1 parent 6a6344e commit c8773b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Grunt:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checking out code
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
php: 7.3
extensions:
db: mysqli
- os: ubuntu-20.04
- os: ubuntu-22.04
php: 8.0
db: pgsql
extensions: xmlrpc-beta
Expand Down

0 comments on commit c8773b6

Please sign in to comment.