File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
operating-system : ['ubuntu-latest', 'windows-latest', 'macos-latest']
29
- php-version : ['7.3', '7.4', ' 8.0']
29
+ php-version : ['8.0']
30
30
31
31
steps :
32
32
- name : " Checkout code"
@@ -57,22 +57,11 @@ jobs:
57
57
- name : " Require symfony/flex"
58
58
run : composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
59
59
60
- - if : matrix.php-version != '8.0'
61
- run : composer update
60
+ - run : composer update
62
61
63
- - if : matrix.php-version == '8.0'
64
- run : composer update --ignore-platform-req=php
65
-
66
- - if : matrix.php-version != '8.0'
67
- name : " Install PHPUnit"
62
+ - name : " Install PHPUnit"
68
63
run : vendor/bin/simple-phpunit install
69
64
70
- - if : matrix.php-version == '8.0'
71
- name : " Install PHPUnit for PHP 8"
72
- run : |
73
- echo 'SYMFONY_PHPUNIT_VERSION=9.4' >> $GITHUB_ENV
74
- vendor/bin/simple-phpunit install
75
-
76
65
- name : " PHPUnit version"
77
66
run : vendor/bin/simple-phpunit --version
78
67
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- php-version : ['7.4 ']
26
+ php-version : ['8.0 ']
27
27
28
28
steps :
29
29
- name : " Checkout code"
You can’t perform that action at this time.
0 commit comments