Skip to content

Commit

Permalink
Update dependencies in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 21, 2024
1 parent 1706ad5 commit b418a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring,bcmath
extensions: mbstring, bcmath
tools: composer

- name: Install PHP dependencies
Expand Down

0 comments on commit b418a29

Please sign in to comment.