Skip to content

Commit dc3086b

Browse files
committed
Update version numbers
1 parent 37ecfb6 commit dc3086b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
name: CI
33

44
on:
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-version: ['5.6', '7.2', '7.4', '8.0']
18+
php-version: ['5.6', '7.4', '8.0']
1919
prefer-lowest: ['']
2020
include:
21-
- php-version: '7.2'
21+
- php-version: '5.6'
2222
prefer-lowest: 'prefer-lowest'
2323

2424
steps:
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run PHPUnit
6161
run: |
62-
if ${{ matrix.php-version == '5.6' }}; then
62+
if [[ ${{ matrix.php-version }} == '5.6']]; then
6363
vendor/bin/phpunit tests/php56/
6464
else
6565
vendor/bin/phpunit

0 commit comments

Comments
 (0)