Skip to content

Commit

Permalink
fix: updated php version of the test action
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKoehnen committed Oct 28, 2022
1 parent 5fd6568 commit 743bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Configure PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: composer:v2
coverage: xdebug
extensions: bcmath, gd
Expand Down

0 comments on commit 743bdc8

Please sign in to comment.