Skip to content

Commit 743bdc8

Browse files
committed
fix: updated php version of the test action
1 parent 5fd6568 commit 743bdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Configure PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '7.4'
17+
php-version: '8.0'
1818
tools: composer:v2
1919
coverage: xdebug
2020
extensions: bcmath, gd

0 commit comments

Comments
 (0)