Skip to content

Commit 03a8531

Browse files
committed
Remove the matrix for now.
1 parent d1c66a8 commit 03a8531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Install DOMjudge
4141
run: .github/jobs/baseinstall.sh unit install test
4242
- name: Run the unit tests
43-
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
43+
run: .github/jobs/unit-tests.sh "8.1" "Unit"
44+
# ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
4445
- name: Upload artifact for debugging
4546
uses: actions/upload-artifact@v4
4647
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)