Skip to content

Commit a1c9c34

Browse files
committed
Use actions/checkout@v4
1 parent e355368 commit a1c9c34

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v2
137+
uses: actions/checkout@v4
138138
- name: Override PHP ini values for JIT compiler
139139
if: matrix.compiler == 'jit'
140140
run: echo "PHP_INI_VALUES::assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit=1255, opcache.jit_buffer_size=64M" >> $GITHUB_ENV

readme.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
.. ⚠️ WARNING::
2+
3+
This is a **personal fork of CodeIgniter 3**, maintained **only for my own use and for the company I work for**.
4+
It exists to **update CodeIgniter 3 for newer PHP versions** used in our projects.
5+
6+
- 🛠️ This fork is **not intended for public use**.
7+
- ❌ I don’t provide support, accept issues, or review pull requests.
8+
- ⏳ Compatibility with older PHP versions is **not guaranteed**.
9+
- 🔄 **Version requirements and compatibility may change at any time without notice.**
10+
- 🔍 If you’re looking for a maintained public fork, there are **other community versions** available on GitHub.
11+
12+
Use this repository **at your own risk**.
13+
114
###################
215
What is CodeIgniter
316
###################

0 commit comments

Comments
 (0)