We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f944bc commit 774563fCopy full SHA for 774563f
.travis.yml
@@ -8,7 +8,7 @@ jobs:
8
env:
9
- RELEASE=jammy
10
name: jammy
11
- php: "8.1"
+ php: "8.3"
12
before_install:
13
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
14
- sudo apt-get update
@@ -33,7 +33,7 @@ jobs:
33
34
- RELEASE=focal
35
name: focal
36
- php: "7.4"
37
38
39
bin/compile
@@ -65,7 +65,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
65
if [[ $RELEASE == jammy ]]; then
66
buildDefinition=8.3snapshot
67
else
68
- buildDefinition=8.3snapshot
+ buildDefinition=8.0snapshot
69
fi
70
71
0 commit comments