Skip to content

Commit

Permalink
Update yaml to adjust dependencies for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
anktd committed Jun 6, 2024
1 parent 0869511 commit 52b48c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Setup PHP, with Composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1' # Ensuring PHP 8.1 is used
extensions: mbstring, xml, curl, pdo_mysql
coverage: pcov
tools: composer:v2

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Start MySQL
run: sudo /etc/init.d/mysql start
Expand Down

0 comments on commit 52b48c2

Please sign in to comment.