Skip to content

Commit

Permalink
Roll default / tested php versions forward
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-c-anderson committed Jun 28, 2024
1 parent fb6aa88 commit 529b9aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php_default_version: 8.1
php_default_version: 8.3
php_versions:
- "{{ php_default_version }}"
php_memory_limit: 256M
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
php_default_version: 8.1
php_default_version: 8.3
php_versions:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
php_use_legacy_module_lists: false # Don't use version-specific module lists; Apply 8.1-style package name list generator to all older PHP versions too.

0 comments on commit 529b9aa

Please sign in to comment.