Skip to content

Commit

Permalink
First look at PHP 8.3.0beta1 test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jul 25, 2023
1 parent fe04c12 commit 6e5ecf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
pm-version-major: [4, 5]
pm-version-major: [ 5 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: macos-11.0
strategy:
matrix:
pm-version-major: [ 4, 5 ]
pm-version-major: [ 5 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
pm-version-major: [ 4, 5 ]
pm-version-major: [ 5 ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.2.8"
[ -z "$PHP_VERSION" ] && PHP_VERSION="8.3.0beta1"

ZLIB_VERSION="1.2.13"
GMP_VERSION="6.2.1"
Expand Down
4 changes: 2 additions & 2 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

REM For future users: This file MUST have CRLF line endings. If it doesn't, lots of inexplicable undesirable strange behaviour will result.
REM Also: Don't modify this version with sed, or it will screw up your line endings.
set PHP_MAJOR_VER=8.2
set PHP_VER=%PHP_MAJOR_VER%.8
set PHP_MAJOR_VER=8.3
set PHP_VER=%PHP_MAJOR_VER%.0beta1
set PHP_GIT_REV=php-%PHP_VER%
set PHP_DISPLAY_VER=%PHP_VER%
set PHP_SDK_VER=2.2.0
Expand Down

0 comments on commit 6e5ecf9

Please sign in to comment.