Changeset 57205
- Timestamp:
- 12/19/2023 02:26:35 PM (11 months ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/.env
r54096 r57205 16 16 17 17 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 18 LOCAL_PHP= latest18 LOCAL_PHP=8.2-fpm 19 19 20 20 # Whether or not to enable Xdebug. -
branches/6.1/.github/workflows/end-to-end-tests.yml
r55357 r57205 29 29 env: 30 30 LOCAL_DIR: build 31 LOCAL_PHP: 8.0-fpm 31 32 32 33 jobs:
Note: See TracChangeset
for help on using the changeset viewer.