|
10 | 10 | fail-fast: false |
11 | 11 | matrix: |
12 | 12 | include: |
13 | | - - operating-system: 'ubuntu-latest' |
14 | | - php-version: '7.3' |
15 | | - job-description: 'Ubuntu; PHP 7.3; latest-deps' |
16 | | - |
17 | | - - operating-system: 'ubuntu-latest' |
18 | | - php-version: '7.3' |
19 | | - composer-flags: '--prefer-lowest' |
20 | | - job-description: 'Ubuntu; PHP 7.3; lowest-deps' |
21 | | - |
22 | 13 | - operating-system: 'ubuntu-latest' |
23 | 14 | php-version: '7.4' |
24 | 15 | job-description: 'Ubuntu; PHP 7.4; latest-deps' |
@@ -46,13 +37,22 @@ jobs: |
46 | 37 | composer-flags: '--prefer-lowest' |
47 | 38 | job-description: 'Ubuntu; PHP 8.1; lowest-deps' |
48 | 39 |
|
| 40 | + - operating-system: 'ubuntu-latest' |
| 41 | + php-version: '8.2' |
| 42 | + job-description: 'Ubuntu; PHP 8.2; latest-deps' |
| 43 | + |
| 44 | + - operating-system: 'ubuntu-latest' |
| 45 | + php-version: '8.2' |
| 46 | + composer-flags: '--prefer-lowest' |
| 47 | + job-description: 'Ubuntu; PHP 8.2; lowest-deps' |
| 48 | + |
49 | 49 | - operating-system: 'windows-latest' |
50 | | - php-version: '8.1' |
51 | | - job-description: 'Windows; PHP 8.1; latest-deps' |
| 50 | + php-version: '8.2' |
| 51 | + job-description: 'Windows; PHP 8.2; latest-deps' |
52 | 52 |
|
53 | 53 | - operating-system: 'macos-latest' |
54 | | - php-version: '8.1' |
55 | | - job-description: 'MacOS; PHP 8.1; latest-deps' |
| 54 | + php-version: '8.2' |
| 55 | + job-description: 'MacOS; PHP 8.2; latest-deps' |
56 | 56 |
|
57 | 57 |
|
58 | 58 | name: ${{ matrix.job-description }} |
|
66 | 66 | git config --global core.eol lf |
67 | 67 |
|
68 | 68 | - name: Checkout code |
69 | | - uses: actions/checkout@v2 |
| 69 | + uses: actions/checkout@v3 |
70 | 70 |
|
71 | 71 | - name: Setup PHP |
72 | 72 | uses: shivammathur/setup-php@v2 |
|
0 commit comments