Skip to content
Prev Previous commit
Next Next commit
Use PHP v8.0
  • Loading branch information
faisalill committed Aug 4, 2023
commit 61cd50934389c6b183554f9b7a2921e2c781fe01
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
with:
php-version: '8.0'

- name: Composer Install
run: composer install --ignore-platform-reqs
Expand Down