Skip to content

Commit eb6c240

Browse files
Try this
1 parent 2d842d3 commit eb6c240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['7.0']
12+
php-versions: ['7.0', '7.1', '7.2', '7.3']
1313
phpunit-versions: ['7.5.20']
1414
steps:
1515
- name: Checkout
@@ -37,8 +37,8 @@ jobs:
3737
strategy:
3838
matrix:
3939
operating-system: ['ubuntu-latest']
40-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
41-
phpunit-versions: ['latest']
40+
php-versions: ['7.4', '8.0', '8.1', '8.2']
41+
phpunit-versions: ['9.6.27']
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
phpunit-versions: ['latest']
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v2
73+
uses: actions/checkout@v4
7474

7575
- name: Setup PHP
7676
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)