File tree Expand file tree Collapse file tree 4 files changed +1415
-703
lines changed Expand file tree Collapse file tree 4 files changed +1415
-703
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
php-version :
11
- - " 8.0"
12
11
- " 8.1"
13
12
- " 8.2"
14
13
23
22
php-version : " ${{ matrix.php-version }}"
24
23
ini-values : memory_limit=-1
25
24
26
- - name : Get Composer Cache Directory
27
- id : composer-cache
28
- run : |
29
- echo "::set-output name=dir::$(composer config cache-files-dir)"
30
- - uses : actions/cache@v2
31
- with :
32
- path : ${{ steps.composer-cache.outputs.dir }}
33
- key : ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.lock') }}
34
- restore-keys : |
35
- ${{ runner.os }}-${{ matrix.php-version }}-composer-
36
-
37
- - name : Install dependencies
38
- run : composer install
25
+ - name : " Install composer dependencies"
26
+ uses : " ramsey/composer-install@v2"
39
27
40
28
- name : Run test suite
41
29
run : PHP_CS_FIXER_IGNORE_ENV=1 composer build
Original file line number Diff line number Diff line change 1
1
# ChaosMonkey 🐒 for PHP
2
2
3
- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.0 -8892BF.svg )] ( https://php.net/ )
3
+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg )] ( https://php.net/ )
4
4
[ ![ build] ( https://github.com/chaos-php/chaos-monkey/actions/workflows/build.yml/badge.svg )] ( https://github.com/chaos-php/chaos-monkey/actions/workflows/build.yml )
5
5
[ ![ Latest Stable Version] ( https://poser.pugx.org/chaos-php/chaos-monkey/v/stable?format=flat )] ( https://packagist.org/packages/chaos-php/chaos-monkey )
6
6
![ GitHub] ( https://img.shields.io/github/license/chaos-php/chaos-monkey )
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " ^8.0 " ,
21
- "akondas/php-runtime" : " ^0.1.0 "
20
+ "php" : " ^8.1 " ,
21
+ "akondas/php-runtime" : " ^1.1 "
22
22
},
23
23
"require-dev" : {
24
24
"friendsofphp/php-cs-fixer" : " ^3.27" ,
39
39
},
40
40
"config" : {
41
41
"platform" : {
42
- "php" : " 8.0 "
42
+ "php" : " 8.1 "
43
43
}
44
44
},
45
45
"scripts" : {
You can’t perform that action at this time.
0 commit comments