Changeset 57201
- Timestamp:
- 12/18/2023 07:52:39 PM (12 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/.env
r51868 r57201 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/5.9/.github/workflows/end-to-end-tests.yml
r55516 r57201 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.