Skip to content

deps: Move to PHP 8.3 #114

deps: Move to PHP 8.3

deps: Move to PHP 8.3 #114

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: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build
uses: docker/build-push-action@v5
with:
context: ./bref
tags: gogaille/bref:php83
push: false
- name: test
run: |
docker run --rm gogaille/bref php --version
docker run --rm gogaille/bref composer --version