Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lastofpudge/wp-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lastofpudge committed Feb 15, 2024
2 parents 12dc26b + c3359f0 commit 5ac89c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
php:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout the project
uses: actions/checkout@v4

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-suggest

0 comments on commit 5ac89c5

Please sign in to comment.