Skip to content

Commit d7cf4bd

Browse files
author
Greg Bowler
authored
Merge pull request #8 from php-actions/latest-php
Create ci-latest.yml
2 parents fd9161c + c3497b9 commit d7cf4bd

File tree

3 files changed

+69
-44
lines changed

3 files changed

+69
-44
lines changed

.github/workflows/ci-latest.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: CI-latest
2+
3+
on: [push]
4+
5+
jobs:
6+
build-test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
12+
- uses: php-actions/composer@v6
13+
14+
- name: PHPUnit Tests
15+
uses: php-actions/phpunit@master
16+
env:
17+
TEST_NAME: Scarlett
18+
with:
19+
version: 9.6
20+
php_version: 8.3
21+
bootstrap: vendor/autoload.php
22+
configuration: test/phpunit.xml
23+
args: --coverage-text

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-dom": "*",
88
"ext-json": "*",
99
"ext-sqlite3": "*",
10-
"phpunit/phpunit": "^9.5"
10+
"phpunit/phpunit": "^9.6"
1111
},
1212
"autoload": {
1313
"psr-4": {

composer.lock

+45-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)