Skip to content

Commit 774563f

Browse files
committed
Adding PHP 8.3
1 parent 4f944bc commit 774563f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
env:
99
- RELEASE=jammy
1010
name: jammy
11-
php: "8.1"
11+
php: "8.3"
1212
before_install:
1313
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
1414
- sudo apt-get update
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
- RELEASE=focal
3535
name: focal
36-
php: "7.4"
36+
php: "8.3"
3737
before_install:
3838
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
3939
- sudo apt-get update

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
6565
if [[ $RELEASE == jammy ]]; then
6666
buildDefinition=8.3snapshot
6767
else
68-
buildDefinition=8.3snapshot
68+
buildDefinition=8.0snapshot
6969
fi
7070
fi
7171

0 commit comments

Comments
 (0)