Changeset 57202
- Timestamp:
- 12/18/2023 07:54:27 PM (12 months ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/.env
r55482 r57202 16 16 17 17 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 18 LOCAL_PHP= latest18 LOCAL_PHP=8.1-fpm 19 19 20 20 # Whether or not to enable XDebug. -
branches/6.0/.github/workflows/end-to-end-tests.yml
r55482 r57202 27 27 env: 28 28 LOCAL_DIR: build 29 LOCAL_PHP: 8.0-fpm 29 30 30 31 jobs:
Note: See TracChangeset
for help on using the changeset viewer.