File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php : [ '8.2', '8.3', '8.4' ]
15+ php : [ '8.2', '8.3', '8.4', '8.5' ]
1616 steps :
1717
1818 - name : Checkout ${{ github.event_name == 'workflow_dispatch' && github.head_ref || '' }}
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Options:
4444 - 8.2 (default): use PHP 8.2
4545 - 8.3: use PHP 8.3
4646 - 8.4: use PHP 8.4
47+ - 8.5: use PHP 8.5
4748
4849 -x
4950 Only with -s cgl|unit
@@ -114,7 +115,7 @@ while getopts ":b:s:p:hxn" OPT; do
114115 ;;
115116 p)
116117 PHP_VERSION=${OPTARG}
117- if ! [[ ${PHP_VERSION} =~ ^(8.2| 8.3| 8.4)$ ]]; then
118+ if ! [[ ${PHP_VERSION} =~ ^(8.2| 8.3| 8.4| 8.5 )$ ]]; then
118119 INVALID_OPTIONS+=(" ${OPTARG} " )
119120 fi
120121 ;;
You can’t perform that action at this time.
0 commit comments