Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Switch to GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed May 12, 2024
1 parent 4422ad0 commit fb60ee0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 35 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:
push:
pull_request:

jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '7.4'
fail-fast: false

steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}

- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
configuration: "phpunit.xml.dist"
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

0 comments on commit fb60ee0

Please sign in to comment.