Skip to content

Commit 514ff27

Browse files
committed
fix integration tests, add epoxy
1 parent 94bac6d commit 514ff27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
openstack_version: [ "stable/2023.2" ]
22+
openstack_version: [ "stable/2025.1" ]
2323
php_version: [ 8.1 ]
2424
include:
25+
- name: "epoxy"
26+
openstack_version: "stable/2025.1"
27+
ubuntu_version: "24.04"
2528
- name: "dalmatian"
2629
openstack_version: "stable/2024.2"
2730
ubuntu_version: "22.04"

0 commit comments

Comments
 (0)