Skip to content

Commit

Permalink
chore: quick save
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko committed Apr 29, 2024
1 parent 6ce1114 commit 2ac2c3b
Show file tree
Hide file tree
Showing 11 changed files with 672 additions and 656 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- php: '7.4'
- php: '8.0'
- php: '8.1'
# - php: '8.2'
- php: '8.2'
- php: '8.3'
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Desktop.ini
vendor
coverage
build
.phpunit.result.cache
.phpunit.result.cache
user.env
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2022 Filis Futsarov, Sean Nieuwoudt
Copyright (c) 2013-2024 Filis Futsarov, Sean Nieuwoudt

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
Loading

0 comments on commit 2ac2c3b

Please sign in to comment.