Skip to content

Commit 3debdbc

Browse files
authored
Merge pull request #8 from Faks/dev
Dev
2 parents bc5c6e9 + 2ebe4c6 commit 3debdbc

File tree

6 files changed

+2252
-467
lines changed

6 files changed

+2252
-467
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
25+
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
2626
service: [ php-fpm, php-worker, workspace ]
2727
steps:
2828
- uses: actions/checkout@v4

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ env:
1717
- PHP_VERSION=7.4 BUILD_SERVICE=php-worker
1818
- PHP_VERSION=8.0 BUILD_SERVICE=php-worker
1919
- PHP_VERSION=8.1 BUILD_SERVICE=php-worker
20+
- PHP_VERSION=8.2 BUILD_SERVICE=php-worker
21+
- PHP_VERSION=8.3 BUILD_SERVICE=php-worker
2022

2123
- PHP_VERSION=7.0 BUILD_SERVICE=laravel-horizon
2224
- PHP_VERSION=7.1 BUILD_SERVICE=laravel-horizon
@@ -25,6 +27,8 @@ env:
2527
- PHP_VERSION=7.4 BUILD_SERVICE=laravel-horizon
2628
- PHP_VERSION=8.0 BUILD_SERVICE=laravel-horizon
2729
- PHP_VERSION=8.1 BUILD_SERVICE=laravel-horizon
30+
- PHP_VERSION=8.2 BUILD_SERVICE=laravel-horizon
31+
- PHP_VERSION=8.3 BUILD_SERVICE=laravel-horizon
2832

2933
- PHP_VERSION=NA BUILD_SERVICE=solr
3034
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"

0 commit comments

Comments
 (0)