File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 28
28
name : PHP ${{ matrix.php }} ${{ matrix.description }}
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v3
34
34
with :
35
35
path : ~/.composer/cache/files
36
36
key : ${{ matrix.php }}-${{ matrix.symfony-versions }}
47
47
- name : Install dependencies
48
48
run : composer install
49
49
50
+ - name : Install PHPUnit
51
+ run : ./vendor/bin/simple-phpunit install
52
+
50
53
- name : Run PHPUnit tests
51
54
run : |
52
55
./vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2.0.0
14
+ uses : actions/checkout@v3
15
15
16
16
- name : Validate
17
17
run : composer validate --no-check-lock --strict
@@ -21,12 +21,12 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Setup PHP
27
27
uses : shivammathur/setup-php@v2
28
28
with :
29
- php-version : ' 7.4 '
29
+ php-version : ' 8.1 '
30
30
31
31
- name : Install dependencies
32
32
run : composer install
You can’t perform that action at this time.
0 commit comments