We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631315d commit f773b89Copy full SHA for f773b89
.github/workflows/unit-tests.yml
@@ -0,0 +1,13 @@
1
+name: Unit Tests
2
+run-name: ${{ github.actor }} is running Unit Tests
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - 2.4-develop
7
+
8
+permissions:
9
+ contents: write
10
11
+jobs:
12
+ run-unit-tests:
13
+ uses: mage-os/infrastructure/.github/workflows/unit-tests.yml@main
supported-services.json
@@ -0,0 +1,8 @@
+{
+ "services": {
+ "php": [
+ 8.1,
+ 8.2
+ ]
+ }
+}
0 commit comments