Skip to content

Commit

Permalink
Updated with ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
apathak18 committed Jul 19, 2024
1 parent ca2eab9 commit a2e4dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2e4dcc

Please sign in to comment.