Skip to content

Commit 2e7abda

Browse files
committed
update
1 parent 582071a commit 2e7abda

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/phpci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-versions: ['8.4']
17+
php-versions:
18+
- '8.2'
19+
- '8.3'
20+
- '8.4'
1821

1922
steps:
20-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2124

2225
- name: Set up PHP ${{ matrix.php-versions }}
2326
uses: shivammathur/setup-php@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.4-cli
22

33

44
RUN apt-get update && apt-get install -y libzip-dev libpq-dev

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55
},
66
"require": {
7-
"php" : ">=7.4",
7+
"php" : ">=7.1",
88
"ext-mbstring": "*",
99
"slim/slim": "^4.9",
1010
"slim/psr7": "^1.5",

0 commit comments

Comments
 (0)