Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Jan 18, 2024
1 parent dfa984a commit 0bbd718
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 39 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ci

on:
pull_request:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Configure PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: composer:v2

- name: Install dependencies
run: composer install --prefer-dist --no-progress
39 changes: 0 additions & 39 deletions .github/workflows/php.yml

This file was deleted.

0 comments on commit 0bbd718

Please sign in to comment.