Skip to content

Commit 2630a4d

Browse files
authored
Merge pull request #239 from mirleu/moodle4.4-add_workflow_php8.3_Ubuntu24.04
Adds to workflow: a check for php 8.3 and ubuntu-24.04
2 parents 45d078a + c4bf30b commit 2630a4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
php: 8.1
7070
extensions:
7171
db: mysqli
72+
# MySQL with php 8.3 and ubuntu-24.04.
73+
- os: ubuntu-24.04
74+
php: 8.3
75+
extensions:
76+
db: mysqli
7277
# Disable testing with PostgreSQL for now since we are not using it.
7378
# # PostgreSQL builds always run with the highest PHP supported version.
7479
# - os: ubuntu-22.04

0 commit comments

Comments
 (0)