Skip to content

Commit 011e70c

Browse files
committed
fix: disable 8.0
1 parent 1784c31 commit 011e70c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- 7.2
5656
- 7.3
5757
- 7.4
58-
- 8.0
58+
# - 8.0
5959
include:
6060
- php: 7.1
6161
phpunit: 7.5.20
@@ -65,8 +65,8 @@ jobs:
6565
phpunit: 9.5.0
6666
- php: 7.4
6767
phpunit: 9.5.0
68-
- php: 8.0
69-
phpunit: 9.5.0
68+
# - php: 8.0
69+
# phpunit: 9.5.0
7070

7171
steps:
7272
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)