Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca committed Jan 29, 2024
1 parent cff0021 commit 33b9978
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion .github/workflows/php-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '8 1 * * 6'
push:
branches:
- develop
- master

jobs:
buildx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '8 2 * * 6'
push:
branches:
- develop
- master

jobs:
buildx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '8 3 * * 6'
push:
branches:
- develop
- master

jobs:
buildx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '3 11 * * 6'
push:
branches:
- develop
- master

jobs:
buildx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '3 12 * * 6'
push:
branches:
- develop
- master

jobs:
buildx:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

dev:
image: 16nsk/devcontainers
image: 16nsk/devcontainers:php-8.2
command: sleep infinity
volumes:
- workspace:/workspace
Expand Down
2 changes: 0 additions & 2 deletions vim-setup.sh

This file was deleted.

0 comments on commit 33b9978

Please sign in to comment.