Skip to content

Commit

Permalink
[pas] Use PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Sep 30, 2024
1 parent 7ba8588 commit cb1b093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions group_vars/pas/production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
php_version: "8.1"
php_unwanted_version: "7.4"
php_version: "8.3"
php_unwanted_version: "8.1"
pas_db_name: "pas_prod"
pas_db_user: "pas"
pas_password: '{{ vault_pas_db_password }}'
Expand Down
4 changes: 2 additions & 2 deletions group_vars/pas/staging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
php_version: "8.1"
php_unwanted_version: "7.4"
php_version: "8.3"
php_unwanted_version: "8.1"
pas_db_driver: 'mysql'
pas_db_name: "pas_staging"
pas_db_user: "pas"
Expand Down

0 comments on commit cb1b093

Please sign in to comment.