Skip to content

Commit 075edbf

Browse files
committed
Test against PHP 8.0 and 8.1
1 parent 968f467 commit 075edbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ jobs:
101101
env:
102102
- CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
103103

104-
# Test with upcoming PHP version
104+
# Test with PHP 8.0
105+
- stage: Test
106+
php: 8.0snapshot
107+
108+
# Test with PHP 8.1
105109
- stage: Test
106110
php: nightly
107111

0 commit comments

Comments
 (0)