parent
7c6ef15552
commit
730402e7ee
1 changed files with 5 additions and 7 deletions
|
@ -2,14 +2,12 @@ on: [pull_request]
|
|||
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 }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue