Skip to content

Commit 6f7de74

Browse files
committed
Test against PHP 8.0 instead of nightly
1 parent 9d94b85 commit 6f7de74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ jobs:
5050

5151
# Test against PHP 8
5252
- stage: Test
53-
php: "nightly"
53+
php: "8.0snapshot"
5454
env:
5555
- DRIVER_VERSION="1.9.0RC1"
5656
- stage: Test
57-
php: "nightly"
57+
php: "8.0snapshot"
5858
env:
5959
- DRIVER_VERSION="1.9.0RC1"
6060
- DEPLOYMENT=REPLICASET
6161
- stage: Test
62-
php: "nightly"
62+
php: "8.0snapshot"
6363
env:
6464
- DRIVER_VERSION="1.9.0RC1"
6565
- DEPLOYMENT=SHARDED_CLUSTER_RS

0 commit comments

Comments
 (0)