Skip to content

Commit

Permalink
Readd circle ci to keep CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 8, 2024
1 parent ba1d2f4 commit 43b1320
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2

jobs:
build:
docker:
- image: circleci/php:8.1-node-browsers
steps:
- run: echo "Circle CI is not longer used on 3.0 can be removed when support for 2.x is removed"

0 comments on commit 43b1320

Please sign in to comment.