Skip to content

Commit

Permalink
fix ci builds on ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Dec 24, 2024
1 parent 216b1ac commit 6637154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/pterodactyl_panel/molecule/converge.yml

This file was deleted.

4 changes: 4 additions & 0 deletions roles/pterodactyl_panel/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ platforms:
image: "docker.io/geerlingguy/docker-ubuntu2204-ansible"
groups:
- panel
- php81
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
Expand Down Expand Up @@ -140,6 +141,9 @@ provisioner:
pterodactyl_panel_db_password: qw#F8CcMFU%m64o
# Test against the latest panel version unless specified
pterodactyl_panel_version: "latest"
php81:
# Install the last php8.1-compatible version for ubuntu 22
pterodactyl_panel_version: "v1.11.9"
php7:
# Install the last php7-compatible panel version for older OSes
pterodactyl_panel_version: "v1.10.4"

0 comments on commit 6637154

Please sign in to comment.