Skip to content

deps: Move to PHP 8.3 #112

deps: Move to PHP 8.3

deps: Move to PHP 8.3 #112

name: Continuous Integration
on: pull_request
env:
DOCKER_BUILDKIT: 1
jobs:
bref:
name: Build and test gogaille/bref image
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: build
uses: docker/build-push-action@v2
with:
repository: gogaille/bref
path: ./bref
tags: php83
push: false
- name: test
run: |
docker run --rm gogaille/bref php --version
docker run --rm gogaille/bref composer --version