mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 18:47:33 +08:00 
			
		
		
		
	Add tests for PHP 8.4. (#20132)
				
					
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -69,6 +69,10 @@ jobs: | |||||||
|             extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached |             extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached | ||||||
|             coverage: none |             coverage: none | ||||||
|             os: ubuntu-latest |             os: ubuntu-latest | ||||||
|  |           - php: 8.4 | ||||||
|  |             extensions: apcu, curl, dom, imagick, intl, mbstring, mcrypt, memcached | ||||||
|  |             coverage: none | ||||||
|  |             os: ubuntu-latest | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Generate french locale. |       - name: Generate french locale. | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/ci-mssql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-mssql.yml
									
									
									
									
										vendored
									
									
								
							| @ -31,6 +31,8 @@ jobs: | |||||||
|             mssql: server:2022-latest |             mssql: server:2022-latest | ||||||
|           - php: 8.3 |           - php: 8.3 | ||||||
|             mssql: server:2022-latest |             mssql: server:2022-latest | ||||||
|  |           - php: 8.4 | ||||||
|  |             mssql: server:2022-latest | ||||||
|  |  | ||||||
|     services: |     services: | ||||||
|       mssql: |       mssql: | ||||||
|  | |||||||
							
								
								
									
										16
									
								
								.github/workflows/ci-mysql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/ci-mysql.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,19 +19,9 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: |         os: [ubuntu-latest] | ||||||
|           - ubuntu-latest |         php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] | ||||||
|  |         mysql: [5.7, latest] | ||||||
|         php: |  | ||||||
|           - 7.4 |  | ||||||
|           - 8.0 |  | ||||||
|           - 8.1 |  | ||||||
|           - 8.2 |  | ||||||
|           - 8.3 |  | ||||||
|  |  | ||||||
|         mysql: |  | ||||||
|           - 5.7 |  | ||||||
|           - latest |  | ||||||
|  |  | ||||||
|     services: |     services: | ||||||
|       mysql: |       mysql: | ||||||
|  | |||||||
							
								
								
									
										7
									
								
								.github/workflows/ci-oracle.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci-oracle.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,11 +20,8 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: |         os: [ubuntu-latest] | ||||||
|           - ubuntu-latest |         php: [7.4] | ||||||
|  |  | ||||||
|         php: |  | ||||||
|           - 7.4 |  | ||||||
|  |  | ||||||
|     services: |     services: | ||||||
|       oci: |       oci: | ||||||
|  | |||||||
							
								
								
									
										20
									
								
								.github/workflows/ci-pgsql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/ci-pgsql.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,23 +19,9 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: |         os: [ubuntu-latest] | ||||||
|           - ubuntu-latest |         php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] | ||||||
|  |         pgsql: [10, 11, 12, 13, 14, 15] | ||||||
|         php: |  | ||||||
|           - 7.4 |  | ||||||
|           - 8.0 |  | ||||||
|           - 8.1 |  | ||||||
|           - 8.2 |  | ||||||
|           - 8.3 |  | ||||||
|  |  | ||||||
|         pgsql: |  | ||||||
|           - 10 |  | ||||||
|           - 11 |  | ||||||
|           - 12 |  | ||||||
|           - 13 |  | ||||||
|           - 14 |  | ||||||
|           - 15 |  | ||||||
|  |  | ||||||
|     services: |     services: | ||||||
|       postgres: |       postgres: | ||||||
|  | |||||||
							
								
								
									
										11
									
								
								.github/workflows/ci-sqlite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/ci-sqlite.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,15 +20,8 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|         matrix: |         matrix: | ||||||
|             os: |             os: [ubuntu-latest] | ||||||
|               - ubuntu-latest |             php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] | ||||||
|  |  | ||||||
|             php: |  | ||||||
|               - 7.4 |  | ||||||
|               - 8.0 |  | ||||||
|               - 8.1 |  | ||||||
|               - 8.2 |  | ||||||
|               - 8.3 |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout. |       - name: Checkout. | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Wilmer Arambula
					Wilmer Arambula