Skip to content

Commit 4ca3ff0

Browse files
author
Léa Crémier
committed
edit unit-tests.yml
1 parent 745a735 commit 4ca3ff0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: PHPUnit
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -21,7 +22,7 @@ jobs:
2122
#mode: experimental
2223
fail-fast: false
2324

24-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2526
steps:
2627
- uses: actions/checkout@v3
2728

0 commit comments

Comments
 (0)