Skip to content

Commit dfcde6b

Browse files
committed
CI: try running even PHP 7.4
1 parent 9889094 commit dfcde6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/platform-matrix-test.yml .github/workflows/platform-test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
22

3-
name: "Platform matrix test"
3+
name: "Platform test"
44

55
on:
66
pull_request:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
tests:
13-
name: "Platform matrix test"
13+
name: "Platform test"
1414
runs-on: "ubuntu-latest"
1515
env:
1616
MYSQL_HOST: '127.0.0.1'
@@ -21,6 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
php-version:
24+
- "7.4"
2425
- "8.0"
2526
- "8.1"
2627
- "8.2"

0 commit comments

Comments
 (0)