8000 minor #38967 Switch nightly run to 8.0snapshot (derrabus) · symfony/symfony@e047779 · GitHub
[go: up one dir, main page]

Skip to content

Commit e047779

Browse files
committed
minor #38967 Switch nightly run to 8.0snapshot (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- Switch nightly run to 8.0snapshot | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A It's too early to test on php 8.1, so let's switch to 8.0 instead. Commits ------- b4730cb Switch nightly run to 8.0snapshot
2 parents 76c1939 + b4730cb commit e047779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ matrix:
2828
env: deps=high
2929
- php: 7.4
3030
env: deps=low
31-
- php: nightly
31+
- php: 8.0snapshot
3232
services: [memcached]
3333
fast_finish: true
3434
allow_failures:
35-
- php: nightly
35+
- php: 8.0snapshot
3636
services: [memcached]
3737

3838
cache:
@@ -140,7 +140,7 @@ before_install:
140140
echo session.gc_probability = 0 >> $INI
141141
echo opcache.enable_cli = 1 >> $INI
142142
echo apc.enable_cli = 1 >> $INI
143-
if [[ $PHP != nightly ]]; then
143+
if [[ $PHP != 8.* ]]; then
144144
echo extension = memcached.so >> $INI
145145
fi
146146
done
@@ -156,7 +156,7 @@ before_install:
156156
if ! php --ri sodium > /dev/null; then
157157
tfold ext.libsodium tpecl libsodium sodium.so $INI
158158
fi
159-
if [[ $PHP = nightly ]]; then
159+
if [[ $PHP = 8.* ]]; then
160160
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
161161
else
162162
tfold ext.mongodb tpecl mongodb-1.6.16 mongodb.so $INI
@@ -234,7 +234,7 @@ install:
234234
235235
- |
236236
# Set composer's platform to php 7.4 if we're on php 8.
237-
if [[ $PHP = nightly ]]; then
237+
if [[ $PHP = 8.* ]]; then
238238
composer config platform.php 7.4.99
239239
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
240240
fi

0 commit comments

Comments
 (0)
0