We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a944bf8 commit e378ccfCopy full SHA for e378ccf
.github/workflows/testing.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
drupal:
9
name: Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }})
10
+ # We cannot use ubuntu-latest right now as it still points to 22.04 and we need a newer database driver."
11
runs-on: ubuntu-24.04
12
env:
13
extensions: mbstring, xml, pdo_sqlite, gd, opcache
0 commit comments