Skip to content

Commit

Permalink
Update php and Drupal in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Feb 15, 2024
1 parent ca84cb9 commit 4f0e7a2
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 4f0e7a2

Please sign in to comment.