mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +07:00 
			
		
		
		
	Bump version to 2.8.0
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/SECURITY.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/SECURITY.md
									
									
									
									
										vendored
									
									
								
							@ -6,8 +6,8 @@ The following versions of this project are supported for security updates.
 | 
			
		||||
 | 
			
		||||
| Version | Supported          |
 | 
			
		||||
| ------- | ------------------ |
 | 
			
		||||
| 1.9.x   | :white_check_mark: |
 | 
			
		||||
| 2.6.x   | :white_check_mark: |
 | 
			
		||||
| 1.10.x  | :white_check_mark: |
 | 
			
		||||
| 2.8.x   | :white_check_mark: |
 | 
			
		||||
 | 
			
		||||
## Supported PHP Versions
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2307
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2307
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										24
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								package.json
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "setup-php",
 | 
			
		||||
  "version": "2.7.0",
 | 
			
		||||
  "version": "2.8.0",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "description": "Setup PHP for use with GitHub Actions",
 | 
			
		||||
  "main": "dist/index.js",
 | 
			
		||||
@ -30,22 +30,22 @@
 | 
			
		||||
    "fs": "0.0.1-security"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/jest": "^26.0.14",
 | 
			
		||||
    "@types/node": "^14.11.10",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^4.4.1",
 | 
			
		||||
    "@typescript-eslint/parser": "^4.4.1",
 | 
			
		||||
    "@types/jest": "^26.0.15",
 | 
			
		||||
    "@types/node": "^14.14.7",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^4.7.0",
 | 
			
		||||
    "@typescript-eslint/parser": "^4.7.0",
 | 
			
		||||
    "@zeit/ncc": "^0.22.3",
 | 
			
		||||
    "eslint": "^7.11.0",
 | 
			
		||||
    "eslint-config-prettier": "^6.13.0",
 | 
			
		||||
    "eslint": "^7.13.0",
 | 
			
		||||
    "eslint-config-prettier": "^6.15.0",
 | 
			
		||||
    "eslint-plugin-import": "^2.22.1",
 | 
			
		||||
    "eslint-plugin-jest": "^24.1.0",
 | 
			
		||||
    "eslint-plugin-jest": "^24.1.3",
 | 
			
		||||
    "eslint-plugin-prettier": "^3.1.4",
 | 
			
		||||
    "husky": "^4.3.0",
 | 
			
		||||
    "jest": "^26.6.0",
 | 
			
		||||
    "jest-circus": "^26.6.0",
 | 
			
		||||
    "jest": "^26.6.3",
 | 
			
		||||
    "jest-circus": "^26.6.3",
 | 
			
		||||
    "prettier": "^2.1.2",
 | 
			
		||||
    "ts-jest": "^26.4.1",
 | 
			
		||||
    "typescript": "^4.0.3"
 | 
			
		||||
    "ts-jest": "^26.4.4",
 | 
			
		||||
    "typescript": "^4.0.5"
 | 
			
		||||
  },
 | 
			
		||||
  "husky": {
 | 
			
		||||
    "skipCI": true,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user