Skip to content

Commit 1599382

Browse files
committed
updated ci matrix
1 parent 3131e01 commit 1599382

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ jobs:
88
strategy:
99
max-parallel: 10
1010
matrix:
11-
php: [ '7.2', '7.3', '7.4']
12-
sf_version: [ '4.4.*', '5.1.*' ]
11+
php: [ '7.4', '8.0']
12+
sf_version: [ '5.1.*', '5.0.*', '5.2.*', '5.3.*' ]
1313

1414
steps:
1515
- name: Set up PHP
1616
uses: shivammathur/[email protected]
1717
with:
1818
php-version: ${{ matrix.php }}
1919
coverage: none
20-
tools: flex
2120

2221
- name: Checkout code
2322
uses: actions/checkout@v2

0 commit comments

Comments
 (0)