Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 26, 2024
1 parent bedd410 commit 6ef4101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/php8.3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli
FROM php:8.3.2-cli

RUN apt-get update && \
apt-get install -y unzip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
php: [ 8.3 ]
release: [ stable ]
php: [ 8.3 ] # TODO
release: [ stable ] # TODO
include:
- php: 8.3
release: stable
Expand Down

0 comments on commit 6ef4101

Please sign in to comment.