Skip to content

Commit 03fe278

Browse files
JeroenDeDauwtransistive
authored andcommitted
Fix PHP version mismatch
1 parent 7c2aa00 commit 03fe278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-latest
14-
name: "Running on PHP 8.2"
14+
name: "Running on PHP 8.1"
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)