Skip to content

Commit

Permalink
Create ci-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Feb 20, 2024
1 parent fd9161c commit 85df948
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI-latest

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
TEST_NAME: Scarlett
with:
php_version: 8.3
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
args: --coverage-text

0 comments on commit 85df948

Please sign in to comment.