Skip to content

Commit f859619

Browse files
committed
Add test workflow
1 parent b0730db commit f859619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup PHP
1111
uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.0'
13+
php-version: '8.2'
1414
- name: Install dependencies
1515
run: composer install
1616
- name: Run tests

0 commit comments

Comments
 (0)