Skip to content

Commit

Permalink
Add PHP 8.4 to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 21, 2024
1 parent 0949f4f commit 6782b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand All @@ -17,7 +17,7 @@ jobs:
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 6782b78

Please sign in to comment.