Skip to content

Commit dfcea98

Browse files
chore(ci): update minimum php version to 8.1
1 parent 0016822 commit dfcea98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
max-parallel: 1
1818
matrix:
19-
php_version: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]
19+
php_version: [ "8.1", "8.2", "8.3" ]
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:

scripts/functional.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker container run --env-file .env --rm -v $(pwd):/app/ php:7.2-cli php /app/run_checks.php
1+
docker container run --env-file .env --rm -v $(pwd):/app/ php:8.1-cli php /app/run_checks.php

0 commit comments

Comments
 (0)