Skip to content

Commit a2e4dcc

Browse files
committed
Updated with ubuntu 24.04
1 parent ca2eab9 commit a2e4dcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
drupal:
99
name: Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }})
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
env:
1212
extensions: mbstring, xml, pdo_sqlite, gd, opcache
1313
strategy:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GPL-2.0+",
77
"require": {
88
"drupal/typed_data": "^1.0 || ^2.0",
9-
"php": ">=8.0",
9+
"php": ">=8.1",
1010
"webonyx/graphql-php": "^14.8.0"
1111
},
1212
"minimum-stability": "dev"

0 commit comments

Comments
 (0)