Skip to content

Commit 85e2380

Browse files
authored
Expanded tested PHP versions (#106)
Expanded tested PHP versions
1 parent e742f0c commit 85e2380

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
strategy:
2424
matrix:
25-
php: [ '5.4', '5.5', '5.6', '7.0', '7.1' ]
25+
php: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3' ]
2626
with_coverage: [ false ]
2727
include:
28-
- php: '5.4'
28+
- php: '7.3'
2929
with_coverage: true
3030
fail-fast: false
3131

@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 2
3737

3838
- name: Setup PHP
39-
uses: shivammathur/setup-php@v2
39+
uses: shivammathur/setup-php@2.21.2
4040
with:
4141
coverage: "xdebug"
4242
php-version: "${{ matrix.php }}"
@@ -55,7 +55,7 @@ jobs:
5555
composer require --no-update --dev scrutinizer/ocular
5656
5757
- name: Install dependencies
58-
uses: "ramsey/composer-install@v1"
58+
uses: "ramsey/composer-install@v2"
5959
with:
6060
dependency-versions: "highest"
6161

0 commit comments

Comments
 (0)