From a2e4dcc5af1d14cce0234a3f112cc2cc82c920da Mon Sep 17 00:00:00 2001 From: Ankit Pathak Date: Fri, 19 Jul 2024 16:34:03 +0530 Subject: [PATCH] Updated with ubuntu 24.04 --- .github/workflows/testing.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c4581244a..7c74231a0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ on: jobs: drupal: name: Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }}) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: extensions: mbstring, xml, pdo_sqlite, gd, opcache strategy: diff --git a/composer.json b/composer.json index b1527772d..2db50bd0a 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "GPL-2.0+", "require": { "drupal/typed_data": "^1.0 || ^2.0", - "php": ">=8.0", + "php": ">=8.1", "webonyx/graphql-php": "^14.8.0" }, "minimum-stability": "dev"