Skip to content

webmail: default to PHP 8.2 #3

webmail: default to PHP 8.2

webmail: default to PHP 8.2 #3

name: CompanyKit CI (ubuntu-latest)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make tests
run: make tests
- name: make distcheck
run: make distcheck