Skip to content

Commit 927f5b7

Browse files
committed
chore: only test against PHP 71/72/73
PHP 7.4 can just use the v6 branch. Signed-off-by: Jack Cherng <[email protected]>
1 parent bd7da32 commit 927f5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
php-versions: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
20+
php-versions: ["7.1", "7.2", "7.3"]
2121

2222
runs-on: ${{ matrix.os }}
2323
steps:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [ubuntu-latest]
62-
php-versions: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
62+
php-versions: ["7.1", "7.2", "7.3"]
6363

6464
runs-on: ${{ matrix.os }}
6565
steps:

0 commit comments

Comments
 (0)