We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615f198 commit bd66348Copy full SHA for bd66348
1 file changed
.github/workflows/upgrade-testing.yml
@@ -36,14 +36,6 @@ env:
36
{ "php": "7.3","db-version": "8.4" },
37
{ "php": "7.2","db-version": "9.4" },
38
{ "php": "7.3","db-version": "9.4" },
39
- { "db-version": "5.0" },
40
- { "db-version": "5.1" },
41
- { "db-version": "5.5" },
42
- { "db-version": "9.0" },
43
- { "db-version": "9.1" },
44
- { "db-version": "9.2" },
45
- { "db-version": "9.3" },
46
- { "db-version": "9.4" },
47
]'
48
49
# Cancels all previous workflow runs for pull requests that have not completed.
0 commit comments