Skip to content

Commit df33f7a

Browse files
committed
Minor fix to tests config
1 parent 3422f93 commit df33f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
phpVersion: ['8.0', '8.1', '8.2', '8.3']
1919
winterBranch: ['develop']
2020
include:
21-
- phpVersion: '7.4'
21+
- operatingSystem: [ubuntu-latest]
22+
phpVersion: '7.4'
2223
winterBranch: '1.1'
2324
fail-fast: false
2425

0 commit comments

Comments
 (0)