Skip to content

Commit

Permalink
Specify PHP version 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdaris committed Dec 6, 2023
1 parent 47f49e5 commit 6909a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 2.1
jobs:
build:
docker:
- image: circleci/php:7.4
- image: cimg/php:8.3
steps:
- checkout
- run: composer install
- run: vendor/bin/phpunit
- run: vendor/bin/phpunit
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.3-cli
RUN apt-get update && \
apt-get install -y --no-install-recommends git libzip-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6909a4e

Please sign in to comment.