We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4f9f commit de83d23Copy full SHA for de83d23
.github/workflows/ci.yml
@@ -3,17 +3,17 @@ name: CI
3
on: [push]
4
5
jobs:
6
- build-test:
+ build-7.4:
7
runs-on: ubuntu-latest
8
9
steps:
10
- uses: actions/checkout@v2
11
- - uses: php-actions/composer@v5
12
- - uses: php-actions/composer@dynamic-docker
13
-
14
- - name: PHPUnit Tests
15
- uses: php-actions/phpunit@dynamic-docker
16
- with:
17
- bootstrap: vendor/autoload.php
18
- configuration: tests/phpunit.xml
19
- args: --coverage-text
+ - uses: php-actions/composer@master
+ - name: PHPUnit Tests
+ uses: php-actions/phpunit@dynamic-docker
+ with:
+ bootstrap: vendor/autoload.php
+ configuration: tests/phpunit.xml
+ args: --coverage-text
+ php_version: 7.4
+ version: 9.5.0
0 commit comments