Skip to content

Commit

Permalink
Merge pull request #21 from reload/arnested-patch-1
Browse files Browse the repository at this point in the history
Update php and Drupal in test
  • Loading branch information
arnested authored Feb 16, 2024
2 parents ca84cb9 + 4f0e7a2 commit 7a406cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: '7.4'
php-version: '8.3'
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
- name: Setup Drupal
uses: bluehorndigital/[email protected]
with:
version: '^9.1'
version: '^10.2'
path: drupal
- name: Install phpcs
working-directory: drupal
Expand Down

0 comments on commit 7a406cb

Please sign in to comment.