|
7 | 7 | strategy: |
8 | 8 | fail-fast: false |
9 | 9 | matrix: |
10 | | - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] |
| 10 | + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] |
11 | 11 | steps: |
12 | 12 | - name: Checkout |
13 | 13 | uses: actions/checkout@v4 |
|
82 | 82 | strategy: |
83 | 83 | fail-fast: false |
84 | 84 | matrix: |
85 | | - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] |
| 85 | + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] |
86 | 86 | steps: |
87 | 87 | - name: Checkout |
88 | 88 | uses: actions/checkout@v4 |
@@ -112,15 +112,15 @@ jobs: |
112 | 112 | strategy: |
113 | 113 | fail-fast: false |
114 | 114 | matrix: |
115 | | - php: ['7.3', '7.4', '8.0', '8.1', '8.2'] |
| 115 | + php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] |
116 | 116 | ts: [nts, ts] |
117 | 117 | steps: |
118 | 118 | - name: Checkout |
119 | 119 | uses: actions/checkout@v4 |
120 | 120 | with: |
121 | 121 | submodules: true |
122 | 122 | - name: Install PHP ${{ matrix.php }} |
123 | | - uses: cmb69/setup-php-sdk@v0.6 |
| 123 | + uses: php/setup-php-sdk@v0.8 |
124 | 124 | id: setup-php-sdk |
125 | 125 | with: |
126 | 126 | version: ${{ matrix.php }} |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 |
|
150 | 150 | pecl: |
151 | 151 | runs-on: ubuntu-latest |
152 | | - container: php:8.2-cli-alpine |
| 152 | + container: php:8.3-cli-alpine |
153 | 153 | steps: |
154 | 154 | - name: Install required system packages |
155 | 155 | run: apk add --update $PHPIZE_DEPS zstd-libs zstd-dev git |
|
0 commit comments