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 9889094 commit dfcde6bCopy full SHA for dfcde6b
.github/workflows/platform-matrix-test.yml renamed to .github/workflows/platform-test.yml
@@ -1,6 +1,6 @@
1
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2
3
-name: "Platform matrix test"
+name: "Platform test"
4
5
on:
6
pull_request:
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
tests:
13
- name: "Platform matrix test"
+ name: "Platform test"
14
runs-on: "ubuntu-latest"
15
env:
16
MYSQL_HOST: '127.0.0.1'
@@ -21,6 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
php-version:
24
+ - "7.4"
25
- "8.0"
26
- "8.1"
27
- "8.2"
0 commit comments