First attempt to add GitHub CI for Ubuntu 24.04

This commit is contained in:
Jeroen Baten 2024-09-04 11:00:12 +02:00
parent 05ee99601d
commit 2df2be6a0f

View file

@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Ubuntu 18.04 (Bionic Beaver) name: Ubuntu 24.04 (Noble Numbat)
on: on:
push: push:
@ -12,11 +12,11 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-24.04
services: services:
postgres: postgres:
image: postgres:10.0 image: postgres:16.0
env: env:
POSTGRES_USER: libreplan POSTGRES_USER: libreplan
POSTGRES_PASSWORD: libreplan POSTGRES_PASSWORD: libreplan
@ -27,7 +27,6 @@ jobs:
--health-interval 10s --health-interval 10s
--health-timeout 5s --health-timeout 5s
--health-retries 5 --health-retries 5
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3