parent
7c6ef15552
commit
730402e7ee
1 changed files with 5 additions and 7 deletions
|
@ -2,14 +2,12 @@ on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
ls:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: php:8.4-cli
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: setup php
|
||||||
run: |
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
apt-get update
|
with:
|
||||||
apt-get install -y git
|
php-version: '8.4'
|
||||||
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
tools: 'composer'
|
||||||
- name: Manually checkout
|
- name: Manually checkout
|
||||||
env:
|
env:
|
||||||
REPO: '${{ github.repository }}'
|
REPO: '${{ github.repository }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue