bootystrap #87

Open
lubiana wants to merge 12 commits from bootystrap into main
Showing only changes of commit 7c6ef15552 - Show all commits

View file

@ -5,14 +5,12 @@ on:
jobs:
ls:
runs-on: docker
container:
image: php:8.4-cli
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- name: setup php
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.4'
tools: 'composer'
- name: Manually checkout
env:
REPO: '${{ github.repository }}'