File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 29
29
name : PHP ${{ matrix.php }} ${{ matrix.description }}
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
34
- - uses : actions/cache@v2
34
+ - uses : actions/cache@v3
35
35
with :
36
36
path : ~/.composer/cache/files
37
37
key : ${{ matrix.php }}-${{ matrix.symfony-versions }}
48
48
- name : Install dependencies
49
49
run : composer install
50
50
51
+ - name : Install PHPUnit
52
+ run : ./vendor/bin/simple-phpunit install
53
+
51
54
- name : Run PHPUnit tests
52
55
run : |
53
56
./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