Skip to content

Commit

Permalink
NEXT-31638 - Update devenv & github pipeline after requirement updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keulinho committed Nov 21, 2023
1 parent d403513 commit 5447021
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01-php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Install Dependencies
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/02-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: 8.1
stable: true
- php-version: 8.2
stable: true
- php-version: 8.3
Expand Down Expand Up @@ -133,7 +131,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Setup Composer
run: composer install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/04-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Install Composer
run: |
Expand Down
18 changes: 9 additions & 9 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1695118657,
"narHash": "sha256-Gr+pVf3W9CllxJD0clAt3jeDoLGhxKrmEILyQULalLU=",
"lastModified": 1700140236,
"narHash": "sha256-OpukFO0rRG2hJzD+pCQq+nSWuT9dBL6DSvADQaUlmFg=",
"owner": "cachix",
"repo": "devenv",
"rev": "328a162f692e878bdb8d0283d937eadf1684cd51",
"rev": "525d60c44de848a6b2dd468f6efddff078eb2af2",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -74,11 +74,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1694948089,
"narHash": "sha256-d2B282GmQ9o8klc22/Rbbbj6r99EnELQpOQjWMyv0rU=",
"lastModified": 1700538105,
"narHash": "sha256-uZhOCmwv8VupEmPZm3erbr9XXmyg7K67Ul3+Rx2XMe0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5148520bfab61f99fd25fb9ff7bfbb50dad3c9db",
"rev": "51a01a7e5515b469886c120e38db325c96694c2f",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -115,11 +115,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1694364351,
"narHash": "sha256-oadhSCqopYXxURwIA6/Anpe5IAG11q2LhvTJNP5zE6o=",
"lastModified": 1700064067,
"narHash": "sha256-1ZWNDzhu8UlVCK7+DUN9dVQfiHX1bv6OQP9VxstY/gs=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "4f883a76282bc28eb952570afc3d8a1bf6f481d7",
"rev": "e558068cba67b23b4fbc5537173dbb43748a17e8",
"type": "github"
},
"original": {
Expand Down
4 changes: 3 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in {

languages.php = {
enable = lib.mkDefault true;
version = lib.mkDefault "8.1";
version = lib.mkDefault "8.2";
extensions = [ "grpc" ];

ini = ''
Expand Down Expand Up @@ -77,6 +77,8 @@ in {
}
file_server
encode
encode zstd gzip
'';
};
};
Expand Down

0 comments on commit 5447021

Please sign in to comment.