Skip to content

Commit

Permalink
Merge pull request #8 from php-actions/latest-php
Browse files Browse the repository at this point in the history
Create ci-latest.yml
  • Loading branch information
g105b authored Mar 27, 2024
2 parents fd9161c + c3497b9 commit d7cf4bd
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 44 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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:
version: 9.6
php_version: 8.3
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
args: --coverage-text
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-dom": "*",
"ext-json": "*",
"ext-sqlite3": "*",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down
88 changes: 45 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7cf4bd

Please sign in to comment.