Skip to content

Commit

Permalink
Update github workflows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 20, 2024
1 parent 8f1e158 commit 611f108
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 @@ -11,13 +11,13 @@ jobs:
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, gd
tools: composer

- name: Install PHP dependencies
Expand Down

0 comments on commit 611f108

Please sign in to comment.