Skip to content

Commit

Permalink
Travis: use master instead of nightly
Browse files Browse the repository at this point in the history
According to TravisCI support:
> The focal build environment has [...] master(8.4.0-dev) available"
  • Loading branch information
dregad committed Jan 28, 2024
1 parent 2999e27 commit f836501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ env:
jobs:
include:
# Nigthly build (MySQL only)
- php: nightly
# 2023-11-04 "nightly" is actually 8.0.27-dev built: Dec 7 2022 19:29:53...
# 2024-01-24 trying "master" instead of "nightly" following Travis support instructions
- php: master
env: DB=mysql
dist: focal

Expand Down

0 comments on commit f836501

Please sign in to comment.