We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d001f2d commit 617e7c7Copy full SHA for 617e7c7
.github/workflows/default.yml
@@ -27,6 +27,7 @@ jobs:
27
- version: "8.1"
28
- version: "8.2"
29
- version: "8.3"
30
+ - version: "8.4"
31
env:
32
VERSION: ${{ matrix.version }}
33
build.sh
@@ -3,7 +3,7 @@
3
set -ex
4
5
# Arguments: $1 CLI_VERSION
6
-CLI_VERSION=${1:-8.3}
+CLI_VERSION=${1:-8.4}
7
8
# Install SQLite 3.x for Drupal 11 testing if CLI version >= 8.3
9
INSTALL_SQLITE=false
0 commit comments