Skip to content

run matrix on 3.13 rc #44

run matrix on 3.13 rc

run matrix on 3.13 rc #44

Workflow file for this run

name: CI
on:
push:
branches:
- github-ci
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
- name: Build current Docker image with tests
run: |
docker build --target test -t zephir-api2:test .